From f227d2d3335c7bb29f5049f1797bec6043fe962f Mon Sep 17 00:00:00 2001 From: fx0x55 <80245546+fx0x55@users.noreply.github.com> Date: Tue, 13 Aug 2024 10:40:31 +0800 Subject: [PATCH] chore: update test-nightly timeout to 20m --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20d5f423..1680020b 100644 --- a/Makefile +++ b/Makefile @@ -175,7 +175,7 @@ test-count: go test -mod=readonly -cpu 1 -count 1 -cover ./... | grep -v 'types\|cli\|no test files' test-nightly: - @TEST_INTEGRATION=true go test -mod=readonly -cpu 4 -v -run TestIntegrationTest ./tests + @TEST_INTEGRATION=true go test -mod=readonly -timeout 20m -cpu 4 -v -run TestIntegrationTest ./tests @TEST_CROSSCHAIN=true go test -mod=readonly -cpu 4 -v -run TestCrosschainKeeperTestSuite ./x/crosschain/... mocks: