From 6e1e49583ba97d017f1cd89f73d996e24c6a939b Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 27 Mar 2013 22:17:44 +0100 Subject: [PATCH] Bigger timeout after starting server --- script/ci | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/ci b/script/ci index 45962145..8b50f91c 100755 --- a/script/ci +++ b/script/ci @@ -10,6 +10,7 @@ elif [ "$TEST_SUITE" == "browser" ]; then curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash gem install selenium-webdriver bundle exec rackup -s puma -p 5000 -D - sleep 3 + sleep 5 + curl -v http://localhost:4000/spec.html ruby script/saucelabs.rb fi