null+****@clear*****
null+****@clear*****
2011年 12月 27日 (火) 10:06:20 JST
Yoji SHIDARA 2011-12-27 10:06:20 +0900 (Tue, 27 Dec 2011)
New Revision: 5ea4ef49d78e9c1816a1bd41e4f1eaabfaf257cb
Log:
[test] extend timeout for shutdowning server
Modified files:
test/unit/lib/ruby/groonga-http-test-utils.rb
Modified: test/unit/lib/ruby/groonga-http-test-utils.rb (+1 -1)
===================================================================
--- test/unit/lib/ruby/groonga-http-test-utils.rb 2011-12-26 18:56:37 +0900 (c0c8d10)
+++ test/unit/lib/ruby/groonga-http-test-utils.rb 2011-12-27 10:06:20 +0900 (12261da)
@@ -63,7 +63,7 @@ module GroongaHTTPTestUtils
def teardown_server
if @groonga_pid
begin
- timeout(2) do
+ timeout(5) do
shutdown_server
begin
Process.waitpid(@groonga_pid)