Skip to content

Commit

Permalink
Test with a longer timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
  • Loading branch information
kradalby committed Oct 25, 2022
1 parent e7e2c78 commit 54e3a0d
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 30m
go test ./... -timeout 60m

coverprofile_func:
go tool cover -func=coverage.out
Expand Down

0 comments on commit 54e3a0d

Please sign in to comment.