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