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
1 changed files with 1 additions and 1 deletions

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