.travis.yml: bump timeout for race tests

This commit is contained in:
Felix Lange 2024-05-09 16:04:57 +02:00
parent 37dc891e39
commit d742251986

View file

@ -151,4 +151,4 @@ jobs:
env:
- racetests
script:
- travis_wait 50 go run build/ci.go test -race $TEST_PACKAGES
- travis_wait 60 go run build/ci.go test -race $TEST_PACKAGES