Commit 75cf848
Increase DeadlineTest timing margins for Windows compatibility
Windows has coarse timer resolution (~15.6ms), so the previous tight
margins (20ms action, 30ms deadline = 10ms margin) were insufficient.
Increased margins to:
- DEADLINE_MS: 30 -> 100
- ACTION_LONG_MS: 50 -> 150
- ACTION_SHORT_MS: 20 -> 30
This gives a 70ms margin, well within Windows timer capabilities.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 6dfb1d5 commit 75cf848
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments