travis timeout is now a sum of all timeouts
This commit is contained in:
parent
332e18a3a9
commit
e34a580143
|
@ -17,7 +17,7 @@ jobs:
|
|||
- stage: Test e2e on privite network
|
||||
script: make test-e2e
|
||||
- stage: Test e2e on public network
|
||||
script: travis_wait 50 make test-e2e networkid=4
|
||||
script: travis_wait 300 make test-e2e networkid=4
|
||||
cache:
|
||||
directories:
|
||||
- ".ethereumtest/Mainnet"
|
||||
|
|
Loading…
Reference in New Issue