Commit 38c6b63
fix(pty_terminal): use yield_now instead of sleep, revert temp CI
Replace disallowed std::thread::sleep with std::thread::yield_now
in the signal polling loop. Remove temporary 10x retry CI step
(all 10 retries passed, confirming stability).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent c539ee7 commit 38c6b63
File tree
2 files changed
+1
-8
lines changed- .github/workflows
- crates/pty_terminal/tests
2 files changed
+1
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | 176 | | |
184 | 177 | | |
185 | 178 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
309 | 309 | | |
310 | 310 | | |
311 | 311 | | |
312 | | - | |
| 312 | + | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
| |||
0 commit comments