From 9a320adf91b59aca9bdaf4ea439c480ad286a96e Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Wed, 7 Jan 2026 17:34:46 +0000 Subject: [PATCH] bump timeouts --- .../coder/modules/agentapi/scripts/agentapi-wait-for-start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/coder/modules/agentapi/scripts/agentapi-wait-for-start.sh b/registry/coder/modules/agentapi/scripts/agentapi-wait-for-start.sh index e86ce978..c05e4f32 100644 --- a/registry/coder/modules/agentapi/scripts/agentapi-wait-for-start.sh +++ b/registry/coder/modules/agentapi/scripts/agentapi-wait-for-start.sh @@ -3,8 +3,8 @@ set -o errexit set -o pipefail port=${1:-3284} -start_timeout=${2:-30} -listen_timeout=${3:-30} +start_timeout=${2:-60} +listen_timeout=${3:-60} # This script waits for the agentapi server to start on port 3284. # It considers the server started after 3 consecutive successful responses.