Navigation Menu

Skip to content

Commit

Permalink
http: wait 5 seconds until HTTP server is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 26, 2015
1 parent 5a78b51 commit 7aa1dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grntest/executors/http-executor.rb
Expand Up @@ -44,7 +44,7 @@ def ensure_groonga_ready
rescue Error
n_retried += 1
sleep(0.1)
retry if n_retried < 10
retry if n_retried < 50
raise
end
end
Expand Down

0 comments on commit 7aa1dac

Please sign in to comment.