Skip to content

fix: replace blocking time.sleep with asyncio.sleep in LLM condition - #69

Merged
dkargatzis merged 3 commits into
warestack:mainfrom
codesensei-tushar:fix/async-sleep-llm-condition
Apr 12, 2026
Merged

fix: replace blocking time.sleep with asyncio.sleep in LLM condition#69
dkargatzis merged 3 commits into
warestack:mainfrom
codesensei-tushar:fix/async-sleep-llm-condition

fix: update test to mock asyncio.sleep instead of time.sleep

d8d3cfd
Select commit
Loading
Failed to load commit list.
watchflow / Watchflow Rules failed Apr 12, 2026 in 0s

1 rule violations found

🚨 1 violations found: 1 high

Details

Watchflow Rule Violations

🟠 High Severity (1)

When a PR modifies paths that have owners defined in CODEOWNERS, the corresponding code owners must be added as reviewers

Code owners for modified paths must be added as reviewers: dkargatzis
How to fix: Add the listed code owners as requested reviewers on the PR.


💡 To configure rules, edit the .watchflow/rules.yaml file in this repository.