Skip to content

Commit

Permalink
extend alotted time for script in travis (#208)
Browse files Browse the repository at this point in the history
* extend alotted time for script in travis

* longer CI times for surcetests
  • Loading branch information
williexu authored Jun 19, 2018
1 parent 34bf348 commit fbe3787
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@ jobs:
include:
- stage: verify
env: PURPOSE='SourceStatic'
script: ./scripts/ci/test_static.sh
script: travis_wait ./scripts/ci/test_static.sh
python: 2.7
- stage: verify
env: PURPOSE='SourceStatic'
script: ./scripts/ci/test_static.sh
script: travis_wait ./scripts/ci/test_static.sh
python: 3.6
- stage: verify
env: PURPOSE='SourceTests'
script: ./scripts/ci/test_source.sh
script: travis_wait ./scripts/ci/test_source.sh
python: 2.7
- stage: verify
env: PURPOSE='SourceTests'
script: ./scripts/ci/test_source.sh
script: travis_wait ./scripts/ci/test_source.sh
python: 3.6
- stage: verify
env: PURPOSE='IndexVerify'
Expand Down

0 comments on commit fbe3787

Please sign in to comment.