[Groonga-commit] groonga/grntest at bc191aa [master] Increase the default first timeout

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Tue Sep 8 11:12:56 JST 2015


Kouhei Sutou	2015-09-08 11:12:56 +0900 (Tue, 08 Sep 2015)

  New Revision: bc191aabd1adcc7420dac19e8f89cbe0f88a6c89
  https://github.com/groonga/grntest/commit/bc191aabd1adcc7420dac19e8f89cbe0f88a6c89

  Message:
    Increase the default first timeout

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

  Modified: lib/grntest/executors/base-executor.rb (+1 -1)
===================================================================
--- lib/grntest/executors/base-executor.rb    2015-08-30 16:47:57 +0900 (4f47c79)
+++ lib/grntest/executors/base-executor.rb    2015-09-08 11:12:56 +0900 (7a95059)
@@ -325,7 +325,7 @@ module Grntest
 
       def read_all_readable_content(output, options={})
         content = ""
-        first_timeout = options[:first_timeout] || 1
+        first_timeout = options[:first_timeout] || 5
         timeout = first_timeout
         while IO.select([output], [], [], timeout)
           break if output.eof?
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る