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