Skip to content

Commit

Permalink
Bumped the Solr start wait to 10 seconds.
Browse files Browse the repository at this point in the history
7 Seconds didn't seem long enough as tests were still failing an Travis
CI so I am bumping it up to 10 seconds.
  • Loading branch information
drewdeponte committed May 21, 2012
1 parent 277952b commit 655cf3b
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 7
sleep 10
end

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

0 comments on commit 655cf3b

Please sign in to comment.