[Groonga-commit] groonga/grntest at 5de1d3b [master] Increase start wait time

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Mar 7 11:48:57 JST 2015


Kouhei Sutou	2015-03-07 11:48:57 +0900 (Sat, 07 Mar 2015)

  New Revision: 5de1d3b84c23dc1a4d71eff2ff7b51f42e336c79
  https://github.com/groonga/grntest/commit/5de1d3b84c23dc1a4d71eff2ff7b51f42e336c79

  Message:
    Increase start wait time

  Modified files:
    lib/grntest/executors/http-executor.rb

  Modified: lib/grntest/executors/http-executor.rb (+1 -1)
===================================================================
--- lib/grntest/executors/http-executor.rb    2015-03-05 22:27:23 +0900 (326bc33)
+++ lib/grntest/executors/http-executor.rb    2015-03-07 11:48:57 +0900 (11f7de0)
@@ -44,7 +44,7 @@ module Grntest
         rescue Error
           n_retried += 1
           sleep(0.1)
-          retry if n_retried < 50
+          retry if n_retried < 100
           raise
         end
       end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index