Commit f85d6a3
fix(openworkflow): stop backend eagerly in fan-out failure test
Move backend.stop() into the test body where it benefits from the full
test timeout, instead of relying on the afterEach hook which has a
shorter 10s hookTimeout. The fan-out test spawns 300 child workflows
and in-flight queries need time to drain when the parent fails early.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 75cc669 commit f85d6a3
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2068 | 2068 | | |
2069 | 2069 | | |
2070 | 2070 | | |
| 2071 | + | |
| 2072 | + | |
| 2073 | + | |
| 2074 | + | |
| 2075 | + | |
2071 | 2076 | | |
2072 | 2077 | | |
2073 | 2078 | | |
| |||
0 commit comments