From 9872c05ba50d0bcdbe8f6ff007c8b2b125bba4e0 Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Sun, 6 Nov 2011 09:18:07 -0300 Subject: [PATCH] increase timeout, jruby (and sometime rubinius) do not make it in time --- test/integration_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration_test.rb b/test/integration_test.rb index d3b3808e..0f6c0b94 100644 --- a/test/integration_test.rb +++ b/test/integration_test.rb @@ -35,7 +35,7 @@ class IntegrationTest < Test::Unit::TestCase def with_server pipe = IO.popen(command) error = nil - Timeout.timeout(10) do + Timeout.timeout(120) do begin yield rescue Errno::ECONNREFUSED => e