cuke: increase osrm launch/shutdown timeout
This commit is contained in:
parent
224655f8cb
commit
3ccd3b5650
@ -1,8 +1,8 @@
|
|||||||
require 'socket'
|
require 'socket'
|
||||||
require 'open3'
|
require 'open3'
|
||||||
|
|
||||||
LAUNCH_TIMEOUT = 2
|
LAUNCH_TIMEOUT = 20
|
||||||
SHUTDOWN_TIMEOUT = 2
|
SHUTDOWN_TIMEOUT = 20
|
||||||
OSRM_ROUTED_LOG_FILE = 'osrm-routed.log'
|
OSRM_ROUTED_LOG_FILE = 'osrm-routed.log'
|
||||||
|
|
||||||
class OSRMBackgroundLauncher
|
class OSRMBackgroundLauncher
|
||||||
|
Loading…
Reference in New Issue
Block a user