make/testing_flags: extend itest timeout from 20m to 30m
This commit is contained in:
parent
fd80866627
commit
9946372d52
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user