We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9435b commit aee8fdcCopy full SHA for aee8fdc
eval_protocol/pytest/github_action_rollout_processor.py
@@ -88,7 +88,7 @@ def _dispatch_workflow():
88
89
await asyncio.to_thread(_dispatch_workflow)
90
91
- # Wait for GitHub to create the run, then find it by name. TODO: not sure if this is janky
+ # Need to wait a bit for GitHub to create the run. Is this problematic when we have a lot of workflows to start?
92
await asyncio.sleep(5)
93
94
def _get_workflow_runs() -> Dict[str, Any]:
0 commit comments