lib/coderunner/system_modules/load_leveler.rb in coderunner-0.11.22 vs lib/coderunner/system_modules/load_leveler.rb in coderunner-0.11.23
- old
+ new
@@ -144,7 +144,13 @@
raise 'Could not get run status'
end
end
end
+ # It takes a long time for the job to appear in the queue
+ # Each attempt to wait for it to appear takes 0.2 seconds
+ # Here we therefore wait 40 seconds!
+ def queue_wait_attempts
+ 200
+ end
end
end