From 655cf3b8c5ed1e794a839b60b19d158a4325efd0 Mon Sep 17 00:00:00 2001 From: Andrew De Ponte Date: Mon, 21 May 2012 13:25:59 -0700 Subject: [PATCH] Bumped the Solr start wait to 10 seconds. 7 Seconds didn't seem long enough as tests were still failing an Travis CI so I am bumping it up to 10 seconds. --- spec/spec_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 4b508b1..54d1bbb 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -14,7 +14,7 @@ c.before(:all, :search => true) do Sunspot::Solr::Server.new.start - sleep 7 + sleep 10 end c.before(:each, :search => true) do