Skip to content

Commit

Permalink
Bumped sleep after solr start to 7.
Browse files Browse the repository at this point in the history
I did this in the hope that the Travis-CI servers would all be able to
startup Solr before the 7 seconds has passed.
  • Loading branch information
drewdeponte committed May 21, 2012
1 parent d09318d commit 277952b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -14,7 +14,7 @@

c.before(:all, :search => true) do
Sunspot::Solr::Server.new.start
sleep 5
sleep 7
end

c.before(:each, :search => true) do
Expand Down

0 comments on commit 277952b

Please sign in to comment.