bump timeouts

This commit is contained in:
Cian Johnston 2026-01-07 17:34:46 +00:00
parent da17c9881a
commit 9a320adf91
No known key found for this signature in database
GPG Key ID: F57401F0A40CBB29

View File

@ -3,8 +3,8 @@ set -o errexit
set -o pipefail set -o pipefail
port=${1:-3284} port=${1:-3284}
start_timeout=${2:-30} start_timeout=${2:-60}
listen_timeout=${3:-30} listen_timeout=${3:-60}
# This script waits for the agentapi server to start on port 3284. # This script waits for the agentapi server to start on port 3284.
# It considers the server started after 3 consecutive successful responses. # It considers the server started after 3 consecutive successful responses.