Set longer timeout for integration tests

This commit is contained in:
Kristoffer Dalby 2021-08-12 07:36:38 +01:00
parent 54da1a4155
commit 0e1ddf9715
No known key found for this signature in database
GPG key ID: 09F62DC067465735

View file

@ -10,7 +10,7 @@ test:
@go test -coverprofile=coverage.out ./... @go test -coverprofile=coverage.out ./...
test_integration: test_integration:
go test -tags integration ./... go test -tags integration -timeout 30m ./...
coverprofile_func: coverprofile_func:
go tool cover -func=coverage.out go tool cover -func=coverage.out