bumped timeout to 60s to support virtualized tests

This commit is contained in:
StephenButtolph 2020-05-25 22:45:02 -04:00
parent 130baeb626
commit 47915da344
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ set -o pipefail
# Ted: contact me when you make any changes
go test -race -timeout="30s" -coverprofile="coverage.out" -covermode="atomic" ./...
go test -race -timeout="60s" -coverprofile="coverage.out" -covermode="atomic" ./...