[Groonga-commit] droonga/drntest at 3afa13e [master] Reduce wait time

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Jul 15 22:56:34 JST 2014


Kouhei Sutou	2014-07-15 22:56:34 +0900 (Tue, 15 Jul 2014)

  New Revision: 3afa13e96bddd5df4f214b72de659397c63854b9
  https://github.com/droonga/drntest/commit/3afa13e96bddd5df4f214b72de659397c63854b9

  Message:
    Reduce wait time

  Modified files:
    lib/drntest/engine.rb

  Modified: lib/drntest/engine.rb (+1 -1)
===================================================================
--- lib/drntest/engine.rb    2014-07-15 22:32:52 +0900 (1934bc0)
+++ lib/drntest/engine.rb    2014-07-15 22:56:34 +0900 (b9c844c)
@@ -174,7 +174,7 @@ module Drntest
 
     def wait_until_ready
       until ready?
-        sleep 1
+        sleep(0.1)
       end
     end
   end
-------------- next part --------------
HTML����������������������������...
下載 



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