Longer test timeout

Test is failing in GitHub actions due to timeout
This commit is contained in:
Liz Rice 2020-12-21 12:31:16 +00:00 committed by GitHub
parent 59d2148c4c
commit 3d7e09e7bd
Failed to generate hash of commit

View file

@ -1,2 +1,2 @@
tests:
GO111MODULE=on go test -v -short -race -timeout 30s -coverprofile=coverage.txt -covermode=atomic ./...
GO111MODULE=on go test -v -short -race -timeout 100s -coverprofile=coverage.txt -covermode=atomic ./...