Skip to content

Commit

Permalink
Bump timeout to 45
Browse files Browse the repository at this point in the history
Some erlang builds were taking longer than 30 to complete
  • Loading branch information
sanmiguel committed Feb 19, 2017
1 parent ca56f8c commit 969e022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,7 @@ env:

script:
- ./kerl update releases
- travis_wait 30 ./kerl build "$_KERL_VSN" "$_KERL_VSN"
- travis_wait 45 ./kerl build "$_KERL_VSN" "$_KERL_VSN"
- ./kerl install "$_KERL_VSN" "install_$_KERL_VSN"
- ./kerl status
- source $(./kerl path install_$_KERL_VSN)/activate
Expand Down

0 comments on commit 969e022

Please sign in to comment.