mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-25 08:11:18 +02:00
test: increase itest timeout to be 180m
This commit is contained in:
parent
d5af76cb29
commit
95738351f5
@ -80,11 +80,11 @@ LOG_TAGS := nolog
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
# If a timeout was requested, construct initialize the proper flag for the go
|
# If a timeout was requested, construct initialize the proper flag for the go
|
||||||
# test command. If not, we set 120m (up from the default 10m).
|
# test command. If not, we set 180m (up from the default 10m).
|
||||||
ifneq ($(timeout),)
|
ifneq ($(timeout),)
|
||||||
TEST_FLAGS += -test.timeout=$(timeout)
|
TEST_FLAGS += -test.timeout=$(timeout)
|
||||||
else
|
else
|
||||||
TEST_FLAGS += -test.timeout=120m
|
TEST_FLAGS += -test.timeout=180m
|
||||||
endif
|
endif
|
||||||
|
|
||||||
GOLIST := go list -tags="$(DEV_TAGS)" -deps $(PKG)/... | grep '$(PKG)'| grep -v '/vendor/'
|
GOLIST := go list -tags="$(DEV_TAGS)" -deps $(PKG)/... | grep '$(PKG)'| grep -v '/vendor/'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user