mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +00:00
.travis.yml: bump timeout for race tests
This commit is contained in:
parent
37dc891e39
commit
d742251986
1 changed files with 1 additions and 1 deletions
|
|
@ -151,4 +151,4 @@ jobs:
|
||||||
env:
|
env:
|
||||||
- racetests
|
- racetests
|
||||||
script:
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue