Skip to content

Commit

Permalink
increase test timeout from 2 to 5 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
atoulme committed May 2, 2023
1 parent 44b12bd commit eae6153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
go mod download
set -x
go test -covermode atomic -race -timeout 120s -coverprofile ./coverage.out $(go list ./...)
go test -covermode atomic -race -timeout 300s -coverprofile ./coverage.out $(go list ./...)
cov="$(go tool cover -func coverage.out | grep -v 100.0% || true)"
echo $cov
test -z "$cov"

0 comments on commit eae6153

Please sign in to comment.