Skip to content

Commit fbc3bdd

Browse files
author
Dylan Huang
committed
increase timeout
1 parent beae947 commit fbc3bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/remote_server/test_remote_fireworks_propagate_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def rows() -> List[EvaluationRow]:
8787
),
8888
rollout_processor=RemoteRolloutProcessor(
8989
remote_base_url=f"http://127.0.0.1:{SERVER_PORT}",
90-
timeout_seconds=30,
90+
timeout_seconds=120,
9191
),
9292
)
9393
async def test_remote_rollout_and_fetch_fireworks_propagate_status(row: EvaluationRow) -> EvaluationRow:

0 commit comments

Comments
 (0)