• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

run-llama / workflows-py / 23003364471
77%

Build:
DEFAULT BRANCH: main
Ran 12 Mar 2026 01:04PM UTC
Jobs 0
Files 0
Run time –
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Canceled at 13 Mar 2026 04:33AM UTC via web
23003364471

push

github

web-flow
Fix wait_for_event timeout not being enforced (#422)

* Fix wait_for_event timeout not being enforced

The timeout parameter passed to ctx.wait_for_event() was stored in
AddWaiter but never used to schedule a timeout tick, so waiters could
hang indefinitely regardless of the configured timeout.

Fix by introducing TickWaiterTimeout and CommandScheduleWaiterTimeout.
When AddWaiter is processed, a TickWaiterTimeout is scheduled at
now+timeout. When it fires, the waiter is marked timed_out=True and the
step is replayed. On replay, wait_for_event detects timed_out and raises
asyncio.TimeoutError as documented. A test verifies the behaviour.
Source Files on build 23003364471
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #23003364471
  • c7bbedbd on github
  • Prev Build on main (#22988176032)
  • Next Build on main (#23005742188)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc