features/support/env.rb in httpthumbnailer-0.0.13 vs features/support/env.rb in httpthumbnailer-0.0.14

- old
+ new

@@ -60,10 +60,10 @@ ppid = Process.pid at_exit do stop_server(pid_file) if Process.pid == ppid end - Timeout.timeout(10) do + Timeout.timeout(20) do begin get test_url rescue Errno::ECONNREFUSED sleep 0.1 retry