Commit 98b4ee9
authored
🐛 fix(test): resolve flaky write non-starvation test (#490)
The test only signaled the last reader's release event and relied on
chain propagation, but the 3-second join timeout was too tight for
PyPy on macOS where process spawn and SQLite operations are slower.
Signal all reader release events explicitly and increase the join
timeout to 10 seconds to accommodate slower runtimes.1 parent ef15f6b commit 98b4ee9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | | - | |
| 259 | + | |
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| |||
0 commit comments