Skip to content

Commit 72e3506

Browse files
committed
fix: increase timeout for remote rollout processor
1 parent a71074e commit 72e3506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/pytest/remote_rollout_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def _post_init() -> None:
9898
r.raise_for_status()
9999
except requests.exceptions.Timeout:
100100
raise TimeoutError(
101-
f"The /init endpoint tried {url} with {init_payload.model_dump()} but timed out after 30 seconds."
101+
f"The /init endpoint tried {url} with {init_payload.model_dump()} but timed out after 300 seconds."
102102
)
103103

104104
await asyncio.to_thread(_post_init)

0 commit comments

Comments
 (0)