Skip to content

Commit 68c7a2d

Browse files
committed
10 min instead
1 parent f996d5b commit 68c7a2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eval_protocol/cli_commands/create_rft.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def _auto_select_evaluator_id(cwd: str) -> Optional[str]:
267267

268268

269269
def _poll_evaluator_status(
270-
evaluator_resource_name: str, api_key: str, api_base: str, timeout_minutes: int = 5
270+
evaluator_resource_name: str, api_key: str, api_base: str, timeout_minutes: int = 10
271271
) -> bool:
272272
"""
273273
Poll evaluator status until it becomes ACTIVE or times out.
@@ -406,7 +406,7 @@ def create_rft_command(args) -> int:
406406
# Poll for evaluator status
407407
print(f"Waiting for evaluator '{evaluator_id}' to become ACTIVE...")
408408
is_active = _poll_evaluator_status(
409-
evaluator_resource_name=evaluator_resource_name, api_key=api_key, api_base=api_base, timeout_minutes=5
409+
evaluator_resource_name=evaluator_resource_name, api_key=api_key, api_base=api_base, timeout_minutes=10
410410
)
411411

412412
if not is_active:

0 commit comments

Comments
 (0)