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

View File

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