Kouhei Sutou
null+****@clear*****
Mon Jan 26 22:58:34 JST 2015
Kouhei Sutou 2015-01-26 22:58:34 +0900 (Mon, 26 Jan 2015) New Revision: 7aa1dac5a96750d4978efc611b13693073576cd8 https://github.com/groonga/grntest/commit/7aa1dac5a96750d4978efc611b13693073576cd8 Message: http: wait 5 seconds until HTTP server is ready Modified files: lib/grntest/executors/http-executor.rb Modified: lib/grntest/executors/http-executor.rb (+1 -1) =================================================================== --- lib/grntest/executors/http-executor.rb 2015-01-26 22:16:15 +0900 (0fb9d97) +++ lib/grntest/executors/http-executor.rb 2015-01-26 22:58:34 +0900 (326bc33) @@ -44,7 +44,7 @@ module Grntest rescue Error n_retried += 1 sleep(0.1) - retry if n_retried < 10 + retry if n_retried < 50 raise end end -------------- next part -------------- HTML����������������������������...Download