Skip to content

Commit 7aa164a

Browse files
committedJan 25, 2014
spec: wait a bit more for the setup to finish
1 parent 353ba81 commit 7aa164a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ before_install:
5454

5555
before_script:
5656
- bundle exec rackup -p 9292 &
57-
- sleep 5
57+
- sleep 10
5858
- wget http://www.browserstack.com/BrowserStackTunnel.jar
5959
- java -jar BrowserStackTunnel.jar $BS_AUTHKEY localhost,9292,0 &
60-
- sleep 5
60+
- sleep 10
6161

6262
script:
6363
- bundle exec spec/runner.rb

0 commit comments

Comments
 (0)
Please sign in to comment.