Test with a longer timeout

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2022-10-25 08:44:25 +02:00
parent e7e2c7804b
commit 54e3a0d372
No known key found for this signature in database

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 30m
go test ./... -timeout 60m
coverprofile_func:
go tool cover -func=coverage.out