adding some more debugging, hitting endpoint errors or some other slowdown

This commit is contained in:
Shannon Sands 2026-02-05 08:59:14 +10:00
parent ea7aa0b0d4
commit 5b82190460
3 changed files with 68 additions and 5 deletions

View file

@ -110,7 +110,7 @@ class SweSmithOracleEnv(AgentEnv[SweSmithOracleEnvConfig]):
api_key=api_key,
num_max_requests_at_once=1,
num_requests_for_eval=1,
timeout=300,
timeout=int(os.getenv("ATROPOS_SERVER_TIMEOUT_S") or "300"),
),
]