Commit 785386a
committed
Fix Windows race condition in test_stdio_client_immediate_completion
Add small delay to ensure process doesn't exit before async tasks initialize.
This prevents BrokenResourceError on fast Windows systems.1 parent 5fd17cd commit 785386a
1 file changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
154 | | - | |
155 | | - | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
156 | 157 | | |
157 | 158 | | |
158 | 159 | | |
| |||
0 commit comments