set ota checkup time to 10 minutes

pull/1070/head
Connor Rigby 2019-11-13 15:03:25 -08:00 committed by Connor Rigby
parent 54f3e282c1
commit a66a2f8175
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ defmodule FarmbotOS.Platform.Target.NervesHubClient do
@exchange "amq.topic"
# one hour
@checkup_timeout_ms 3_600_000
@checkup_timeout_ms 600_000
defstruct [
:conn,