Merge pull request #892 from kradalby/integration-v2-no-verbose

Remove verbose flag for v2 tests, increase timeout
This commit is contained in:
Juan Font
2022-10-25 00:10:07 +02:00
committed by GitHub

View File

@@ -74,7 +74,7 @@ test_integration_v2_general:
-v $$PWD:$$PWD -w $$PWD/integration \
-v /var/run/docker.sock:/var/run/docker.sock \
golang:1 \
go test ./... -timeout 15m -v
go test ./... -timeout 30m
coverprofile_func:
go tool cover -func=coverage.out