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 May 27, 2016
1 parent b7f1ff4 commit 78eef8c
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 60 ./.travis/run ../travis_custom/custom_build
after_failure: ./.travis/run after_failure
after_success:
- ./.travis/run after_success
Expand Down

0 comments on commit 78eef8c

Please sign in to comment.