mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
increase timeout, jruby (and sometime rubinius) do not make it in time
This commit is contained in:
parent
332a7e556c
commit
9872c05ba5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class IntegrationTest < Test::Unit::TestCase
|
||||||
def with_server
|
def with_server
|
||||||
pipe = IO.popen(command)
|
pipe = IO.popen(command)
|
||||||
error = nil
|
error = nil
|
||||||
Timeout.timeout(10) do
|
Timeout.timeout(120) do
|
||||||
begin
|
begin
|
||||||
yield
|
yield
|
||||||
rescue Errno::ECONNREFUSED => e
|
rescue Errno::ECONNREFUSED => e
|
||||||
|
|
Loading…
Reference in a new issue