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

View File

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