Commit cf593a55 authored by Job Vranish's avatar Job Vranish
Browse files

doubled the timeout for waiting for the java simulator to start to try to fix...

doubled the timeout for waiting for the java simulator to start to try to fix a build failure on travis
parent d33c9d2c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -156,7 +156,7 @@ namespace :java_sim do
    jars += [File.join(JAVA_HOME, 'lib/tools.jar')]
    jars.each {|jar| ENV['CLASSPATH'] += ':' + jar }
    $java_sim = spawn("#{JAVA_BIN} -classpath #{ENV['CLASSPATH']} com.seagate.kinetic.simulator.internal.SimulatorRunner")
    max_wait_secs = 10
    max_wait_secs = 20
    sleep_duration = 0.2
    timeout = false
    elapsed_secs = 0