Skip to content

Commit

Permalink
[Travis] Increase time out
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarpent committed Jun 16, 2016
1 parent 4679c37 commit dcfee01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ install:
script:
- export CMAKE_ADDITIONAL_OPTIONS="-DCMAKE_BUILD_TYPE=${BUILDTYPE}"
- sudo free -m -t
- travis_wait 40 ./.travis/run ../travis_custom/custom_build
- travis_wait 50 ./.travis/run ../travis_custom/custom_build
after_failure: ./.travis/run after_failure
after_success:
- ./.travis/run after_success
Expand Down

0 comments on commit dcfee01

Please sign in to comment.