Skip to content

Commit

Permalink
Remove verbose flag for v2 tests, increase timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Oct 24, 2022
1 parent 8d46986 commit 86c132c
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 86c132c

Please sign in to comment.