make/testing_flags: extend itest timeout from 20m to 30m

This commit is contained in:
Conner Fromknecht 2019-04-11 18:13:33 -07:00
parent fd80866627
commit 9946372d52
No known key found for this signature in database
GPG Key ID: E7D737B67FA592C7

View File

@ -33,7 +33,7 @@ endif
ifneq ($(timeout),)
TEST_FLAGS += -test.timeout=$(timeout)
else
TEST_FLAGS += -test.timeout=20m
TEST_FLAGS += -test.timeout=30m
endif
# UNIT_TARGTED is undefined iff a specific package and/or unit test case is