Skip to content

Commit 86c132c

Browse files
committed
Remove verbose flag for v2 tests, increase timeout
Signed-off-by: Kristoffer Dalby <[email protected]>
1 parent 8d46986 commit 86c132c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ test_integration_v2_general:
7474
-v $$PWD:$$PWD -w $$PWD/integration \
7575
-v /var/run/docker.sock:/var/run/docker.sock \
7676
golang:1 \
77-
go test ./... -timeout 15m -v
77+
go test ./... -timeout 30m
7878

7979
coverprofile_func:
8080
go tool cover -func=coverage.out

0 commit comments

Comments
 (0)