using a larger timeout in test

This commit is contained in:
Weidi Deng
2023-12-09 09:19:11 +08:00
parent bb5f79cd0d
commit 2711aac0db

View File

@@ -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