[Groonga-commit] groonga/grntest at 6724c7e [master] Increase the default read timeout

Back to archive index
Kouhei Sutou null+****@clear*****
Fri May 17 12:02:28 JST 2019


Kouhei Sutou	2019-05-17 12:02:28 +0900 (Fri, 17 May 2019)

  Revision: 6724c7e76c4d3e900985f3b5a57cc9d4113b2308
  https://github.com/groonga/grntest/commit/6724c7e76c4d3e900985f3b5a57cc9d4113b2308

  Message:
    Increase the default read timeout

  Modified files:
    lib/grntest/execution-context.rb

  Modified: lib/grntest/execution-context.rb (+1 -1)
===================================================================
--- lib/grntest/execution-context.rb    2019-05-12 09:45:33 +0900 (a365661)
+++ lib/grntest/execution-context.rb    2019-05-17 12:02:28 +0900 (1142988)
@@ -48,7 +48,7 @@ module Grntest
       @on_error = :default
       @abort_tag = nil
       @timeout = 0
-      @read_timeout = 3
+      @read_timeout = 5
       @default_timeout = @timeout
       @default_read_timeout = @read_timeout
       @shutdown_wait_timeout = 5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190517/99eedad1/attachment.html>


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