mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
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),)
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user