mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-03 17:26:57 +01:00
itest: increase test timeout to 120m
We now update our test timeout from 60m to 120m because most of the tests would now take more than one hour to finish.
This commit is contained in:
parent
666f877710
commit
2fe7413f0e
1 changed files with 2 additions and 2 deletions
|
@ -81,11 +81,11 @@ LOG_TAGS := nolog
|
|||
endif
|
||||
|
||||
# If a timeout was requested, construct initialize the proper flag for the go
|
||||
# test command. If not, we set 60m (up from the default 10m).
|
||||
# test command. If not, we set 120m (up from the default 10m).
|
||||
ifneq ($(timeout),)
|
||||
TEST_FLAGS += -test.timeout=$(timeout)
|
||||
else
|
||||
TEST_FLAGS += -test.timeout=60m
|
||||
TEST_FLAGS += -test.timeout=120m
|
||||
endif
|
||||
|
||||
GOLIST := go list -tags="$(DEV_TAGS)" -deps $(PKG)/... | grep '$(PKG)'| grep -v '/vendor/'
|
||||
|
|
Loading…
Add table
Reference in a new issue