Skip to content

Commit aee8fdc

Browse files
committed
make better comment
1 parent 1f9435b commit aee8fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/pytest/github_action_rollout_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def _dispatch_workflow():
8888

8989
await asyncio.to_thread(_dispatch_workflow)
9090

91-
# Wait for GitHub to create the run, then find it by name. TODO: not sure if this is janky
91+
# Need to wait a bit for GitHub to create the run. Is this problematic when we have a lot of workflows to start?
9292
await asyncio.sleep(5)
9393

9494
def _get_workflow_runs() -> Dict[str, Any]:

0 commit comments

Comments
 (0)