Keep race world tests within timeout
This commit is contained in:
parent
d2e89a03fe
commit
aeb7e4d2c2
2 changed files with 13 additions and 17 deletions
4
.github/workflows/verify.yml
vendored
4
.github/workflows/verify.yml
vendored
|
|
@ -28,7 +28,9 @@ jobs:
|
|||
with:
|
||||
go-version: '1.26.x'
|
||||
cache: true
|
||||
- run: go test -race ./...
|
||||
# Density-based world tests are intentionally exhaustive and race adds
|
||||
# substantial overhead; keep the package timeout above the normal 10m.
|
||||
- run: go test -race -timeout 20m ./...
|
||||
|
||||
parity:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue