Commit 170517b
fix: remove ReplaySubject windowTime to prevent dangling timers after tests
ReplaySubject(2, 1000) schedules recurring setTimeout calls to evict stale
buffered events. These timers outlive the test run and keep Node.js alive
after Cucumber finishes, preventing clean process exit on CI.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 827adf3 commit 170517b
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- test/integration/features
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments