From 14fe6bc805e53d4aa8c21d8c4c14bc7e23d5136e Mon Sep 17 00:00:00 2001 From: Immune System Date: Tue, 1 Sep 2026 15:01:55 +0900 Subject: [PATCH] Harden challenge iteration 1 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 9107bed..72e9f0c 100644 --- a/compose.yml +++ b/compose.yml @@ -14,7 +14,7 @@ services: BV_CHALLENGE_API_PORT: ${BV_CHALLENGE_API_PORT:-10001} BV_CHALLENGE_API_BOT_RUNNER_URL: ${BV_CHALLENGE_API_BOT_RUNNER_URL:-http://bot-runner:8000} BV_CHALLENGE_API_BOT_RUNNER_SESSION_COUNT: ${BV_CHALLENGE_API_BOT_RUNNER_SESSION_COUNT:-2} - BV_CHALLENGE_API_BOT_RUNNER_REQUEST_TIMEOUT_SEC: ${BV_CHALLENGE_API_BOT_RUNNER_REQUEST_TIMEOUT_SEC:-900} + BV_CHALLENGE_API_BOT_RUNNER_REQUEST_TIMEOUT_SEC: ${BV_CHALLENGE_API_BOT_RUNNER_REQUEST_TIMEOUT_SEC:-60} env_file: - path: .env required: false