diff options
-rw-r--r-- | bbot/agent/agent.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bbot/agent/agent.cxx b/bbot/agent/agent.cxx index 67d503d..5fecd0e 100644 --- a/bbot/agent/agent.cxx +++ b/bbot/agent/agent.cxx @@ -866,12 +866,12 @@ try }; // The first request should be the task manifest download. Wait for up - // to 60 seconds for that to arrive. In a sense we use it as an + // to 90 seconds for that to arrive. In a sense we use it as an // indication that the machine has booted and the worker process has // started. // size_t to; - const size_t startup_to (60); + const size_t startup_to (90); const size_t build_to (ops.build_timeout ()); if (!tftpd.serve ((to = startup_to))) |