[Groonga-commit] groonga/grntest at 2b3968c [master] Run workers gracefully

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Mar 11 23:51:00 JST 2015


Kouhei Sutou	2015-03-11 23:51:00 +0900 (Wed, 11 Mar 2015)

  New Revision: 2b3968ce7bcb9cdad86de8a05ed3d6089197e3c2
  https://github.com/groonga/grntest/commit/2b3968ce7bcb9cdad86de8a05ed3d6089197e3c2

  Message:
    Run workers gracefully

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

  Modified: lib/grntest/test-suites-runner.rb (+1 -0)
===================================================================
--- lib/grntest/test-suites-runner.rb    2015-03-07 11:48:57 +0900 (9b5ee7e)
+++ lib/grntest/test-suites-runner.rb    2015-03-11 23:51:00 +0900 (d843f8e)
@@ -121,6 +121,7 @@ module Grntest
         worker_threads << Thread.new do
           succeeded = false unless worker.run(queue)
         end
+        sleep(0.2)
       end
 
       begin
-------------- next part --------------
HTML����������������������������...
Download 



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