Increase integration tests timeout to 120m

This commit is contained in:
Juan Font 2022-11-20 09:29:44 +00:00 committed by Kristoffer Dalby
parent 935319a218
commit c3cdb340de

View File

@ -66,7 +66,7 @@ test_integration_v2_general:
-v $$PWD:$$PWD -w $$PWD/integration \
-v /var/run/docker.sock:/var/run/docker.sock \
golang:1 \
go test $(TAGS) -failfast ./... -timeout 60m -parallel 6
go test $(TAGS) -failfast ./... -timeout 120m -parallel 6
coverprofile_func:
go tool cover -func=coverage.out