forked from Silverfish/proton-bridge
chore: extend the timeout for integration test form 20m to 30.
This commit is contained in:
committed by
Romain Le Jeune
parent
6adb440b84
commit
d08b3fcca4
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user