Race condition fix :-/

pull/1124/head
Rick Carlino 2020-01-24 09:42:47 -06:00
parent 844d521537
commit e98ef0e88f
1 changed files with 1 additions and 1 deletions

View File

@ -25,6 +25,6 @@ defmodule FarmbotCeleryScript.SchedulerTest do
# Hack to force the scheduler to checkup instead of waiting the normal 15 seconds
send(sch, :checkup)
# Sorry.
Process.sleep(200)
Process.sleep(1100)
end
end