make: increase itest timeout to 40 min

Needed for neutrino itest on darwin.
This commit is contained in:
Johan T. Halseth 2019-05-24 14:17:49 +02:00
parent 991b4174fd
commit 34032eff0b
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

View File

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