Skip to content

Commit

Permalink
using a larger timeout in test
Browse files Browse the repository at this point in the history
  • Loading branch information
WeidiDeng committed Dec 9, 2023
1 parent bb5f79c commit 2711aac
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 @@ -57,4 +57,4 @@ jobs:
# Run the tests again 100 times without verbose.
- if: ${{ matrix.go_version != '1.6.x' }}
name: Many Tests
run: go test -count=100 -timeout=10s
run: go test -count=100 -timeout=30s

0 comments on commit 2711aac

Please sign in to comment.