flow: timeout combinator — cooperative step budget + 7 tests (Phase 2 complete)
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 22s

(timeout budget node) bounds a node deterministically: nodes opt in via (tick),
budget ticks are allowed, the next raises flow-timeout. No scheduler/clock in pure
SX so the budget is a step count, not wall-clock. Budgets nest and are per-run.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-06 16:42:16 +00:00
parent 4674620d7e
commit e762cc2e32
5 changed files with 58 additions and 11 deletions

View File

@@ -1,10 +1,10 @@
{
"total": 42,
"passed": 42,
"total": 49,
"passed": 49,
"failed": 0,
"suites": {
"basic": { "passed": 18, "total": 18 },
"control": { "passed": 24, "total": 24 }
"control": { "passed": 31, "total": 31 }
},
"phases": { "phase1": "done", "phase2": "in-progress" }
"phases": { "phase1": "done", "phase2": "done", "phase3": "pending" }
}