[Groonga-commit] groonga/groonga [master] test: expand timeout for Travis

アーカイブの一覧に戻る

null+****@clear***** null+****@clear*****
2012年 6月 19日 (火) 18:38:10 JST


Kouhei Sutou	2012-06-19 18:38:10 +0900 (Tue, 19 Jun 2012)

  New Revision: 205847e24323e86a535688726f1e94483c708086
  https://github.com/groonga/groonga/commit/205847e24323e86a535688726f1e94483c708086

  Log:
    test: expand timeout for Travis

  Modified files:
    test/unit/lib/ruby/groonga-test-utils.rb

  Modified: test/unit/lib/ruby/groonga-test-utils.rb (+2 -2)
===================================================================
--- test/unit/lib/ruby/groonga-test-utils.rb    2012-06-19 18:23:52 +0900 (a1dbf71)
+++ test/unit/lib/ruby/groonga-test-utils.rb    2012-06-19 18:38:10 +0900 (7811186)
@@ -203,8 +203,8 @@ module GroongaTestUtils
       th_stderr = Thread.new { err_parent.read } if capture_error
       in_parent.write(input_data.to_str)
       in_parent.close
-      if (!capture_output || th_stdout.join(10)) &&
-          (!capture_error || th_stderr.join(10))
+      if (!capture_output || th_stdout.join(60)) &&
+          (!capture_error || th_stderr.join(60))
         stdout = th_stdout.value if capture_output
         stderr = th_stderr.value if capture_error
       else
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
ダウンロード 



Groonga-commit メーリングリストの案内
アーカイブの一覧に戻る