From 66d3bf73c4853c081214620eb53a32ea89b473b1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 31 Jan 2019 11:59:03 +0200 Subject: Increase build mis-boot timeout from 60 to 90 seconds --- bbot/agent/agent.cxx | 4 ++-- 1 file 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))) -- cgit v1.1