travis timeout is now a sum of all timeouts

This commit is contained in:
Evgeny Danienko 2017-11-08 11:45:07 +03:00
parent 332e18a3a9
commit e34a580143
No known key found for this signature in database
GPG Key ID: BC8C34D8B45BECBF
1 changed files with 1 additions and 1 deletions

View File

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