Skip to content

Commit

Permalink
Merge pull request #892 from kradalby/integration-v2-no-verbose
Browse files Browse the repository at this point in the history
Remove verbose flag for v2 tests, increase timeout
  • Loading branch information
juanfont authored Oct 24, 2022
2 parents a14f482 + 21b06f6 commit 5c9c4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c9c4f2

Please sign in to comment.