[Groonga-commit] droonga/drntest at b23dd90 [master] Increase connection timeout

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Dec 13 19:03:55 JST 2013


Kouhei Sutou	2013-12-13 19:03:55 +0900 (Fri, 13 Dec 2013)

  New Revision: b23dd907a7cb8d6778280a03e80b5d7e7a68c8af
  https://github.com/droonga/drntest/commit/b23dd907a7cb8d6778280a03e80b5d7e7a68c8af

  Message:
    Increase connection timeout
    
    It may solve fragile test failures on Travis CI.

  Modified files:
    lib/drntest/request-executor.rb

  Modified: lib/drntest/request-executor.rb (+1 -1)
===================================================================
--- lib/drntest/request-executor.rb    2013-12-13 14:31:51 +0900 (05e2469)
+++ lib/drntest/request-executor.rb    2013-12-13 19:03:55 +0900 (58b893c)
@@ -32,7 +32,7 @@ module Drntest
     def execute_command
       Droonga::Client.open(tag: owner.tag,
                            port: owner.port,
-                           connect_timeout: 0.5) do |client|
+                           connect_timeout: 1) do |client|
         client.connection.send(request, :response => :one)
       end
     end
-------------- next part --------------
HTML����������������������������...
Download 



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