Skip to content

Commit

Permalink
increase travis wait time for source tests
Browse files Browse the repository at this point in the history
  • Loading branch information
williexu committed Jun 26, 2018
1 parent fdaec54 commit db60b07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
python: 3.6
- stage: verify
env: PURPOSE='SourceTests'
script: travis_wait ./scripts/ci/test_source.sh
script: travis_wait 40 ./scripts/ci/test_source.sh
python: 2.7
- stage: verify
env: PURPOSE='SourceTests'
script: travis_wait ./scripts/ci/test_source.sh
script: travis_wait 40 ./scripts/ci/test_source.sh
python: 3.6
- stage: verify
env: PURPOSE='IndexVerify'
Expand Down

0 comments on commit db60b07

Please sign in to comment.