Skip to content

Commit

Permalink
spec: wait a bit more for the setup to finish
Browse files Browse the repository at this point in the history
  • Loading branch information
meh committed Jan 25, 2014
1 parent 353ba81 commit 7aa164a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -54,10 +54,10 @@ before_install:

before_script:
- bundle exec rackup -p 9292 &
- sleep 5
- sleep 10
- wget http://www.browserstack.com/BrowserStackTunnel.jar
- java -jar BrowserStackTunnel.jar $BS_AUTHKEY localhost,9292,0 &
- sleep 5
- sleep 10

script:
- bundle exec spec/runner.rb
Expand Down

0 comments on commit 7aa164a

Please sign in to comment.