Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Commit

Permalink
Up boxen run timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed Sep 26, 2017
1 parent 874d8d0 commit 8cb49ac
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 @@ -3,7 +3,7 @@ os:
script:
- rm -rf /usr/local/Homebrew
- travis_wait 60 rvm implode --force
- travis_wait 90 ./script/boxen --no-fde --stealth --no-pull --profile --login $BOXEN_GITHUB_LOGIN --token $BOXEN_GITHUB_TOKEN || test $? -eq 2
- travis_wait 120 ./script/boxen --no-fde --stealth --no-pull --profile --login $BOXEN_GITHUB_LOGIN --token $BOXEN_GITHUB_TOKEN || test $? -eq 2
- source /opt/boxen/env.sh
- rake spec
before_install:
Expand Down

0 comments on commit 8cb49ac

Please sign in to comment.