We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71074e commit 72e3506Copy full SHA for 72e3506
eval_protocol/pytest/remote_rollout_processor.py
@@ -98,7 +98,7 @@ def _post_init() -> None:
98
r.raise_for_status()
99
except requests.exceptions.Timeout:
100
raise TimeoutError(
101
- f"The /init endpoint tried {url} with {init_payload.model_dump()} but timed out after 30 seconds."
+ f"The /init endpoint tried {url} with {init_payload.model_dump()} but timed out after 300 seconds."
102
)
103
104
await asyncio.to_thread(_post_init)
0 commit comments