Commit b003bdb
Retry IO.select with a longer timeout on flaky platforms (#16542)
On MinGW (Windows), pipe readiness after syswrite may not be
immediately visible to IO.select with timeout 0, causing a
spurious nil return. Retry with a longer timeout to handle this.
https://github.com/ruby/ruby/actions/runs/23519269557/job/68458831324?pr=162621 parent 51821a6 commit b003bdb
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
21 | 25 | | |
22 | 26 | | |
23 | 27 | | |
| |||
0 commit comments