make: increase itest timeout to 40 min
Needed for neutrino itest on darwin.
This commit is contained in:
parent
991b4174fd
commit
34032eff0b
@ -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=30m
|
TEST_FLAGS += -test.timeout=40m
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user