[Groonga-commit] groonga/grntest at 86c1d20 [master] Use the same timeout value for HTTP

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Mon May 9 18:39:34 JST 2016


Kouhei Sutou	2016-05-09 18:39:34 +0900 (Mon, 09 May 2016)

  New Revision: 86c1d203da4bd8fb98a4972ee2188a633508ede2
  https://github.com/groonga/grntest/commit/86c1d203da4bd8fb98a4972ee2188a633508ede2

  Message:
    Use the same timeout value for HTTP

  Modified files:
    lib/grntest/test-runner.rb

  Modified: lib/grntest/test-runner.rb (+3 -1)
===================================================================
--- lib/grntest/test-runner.rb    2016-05-06 17:41:29 +0900 (41bf52b)
+++ lib/grntest/test-runner.rb    2016-05-09 18:39:34 +0900 (12066bc)
@@ -339,7 +339,9 @@ call chdir("#{context.temporary_directory_path}")
                                           spawn_options)
       pid = nil
       shutdown_wait_timeout = 5
-      options = {}
+      options = {
+        :read_timeout => @tester.timeout,
+      }
       if****@teste*****
         options[:read_timeout] = 60 * 10
       end
-------------- next part --------------
HTML����������������������������...
ダウンロード 



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