From d08b3fcca4dee8b1741a6147b3586cdd7a145979 Mon Sep 17 00:00:00 2001 From: Romain LE JEUNE Date: Thu, 11 May 2023 17:09:51 +0200 Subject: [PATCH] chore: extend the timeout for integration test form 20m to 30. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 39ffc991..500e71e5 100644 --- a/Makefile +++ b/Makefile @@ -234,7 +234,7 @@ test-race: gofiles go test -v -timeout=30m -p=1 -count=1 -race -failfast -run=${TESTRUN} ./internal/... ./pkg/... test-integration: gofiles - go test -v -timeout=20m -p=1 -count=1 github.com/ProtonMail/proton-bridge/v3/tests + go test -v -timeout=30m -p=1 -count=1 github.com/ProtonMail/proton-bridge/v3/tests test-integration-debug: gofiles dlv test github.com/ProtonMail/proton-bridge/v3/tests -- -test.v -test.timeout=10m -test.parallel=1 -test.count=1