cuke: increase osrm launch/shutdown timeout

This commit is contained in:
Emil Tin 2014-03-31 13:34:20 +02:00
parent 224655f8cb
commit 3ccd3b5650

View File

@ -1,8 +1,8 @@
require 'socket'
require 'open3'
LAUNCH_TIMEOUT = 2
SHUTDOWN_TIMEOUT = 2
LAUNCH_TIMEOUT = 20
SHUTDOWN_TIMEOUT = 20
OSRM_ROUTED_LOG_FILE = 'osrm-routed.log'
class OSRMBackgroundLauncher