Commit 916e0df
Fix flaky failure e2e test: increase training duration for reliable polling
The failing-test-runtime training ran only 3 seconds (15 steps × 0.2s),
which was too short for the controller's 2s poll interval to capture
progress > 0 before the job crashed. Increased per-step sleep to 0.5s
(~8s total) so the controller has 3-4 poll cycles to capture progress.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent c2c1ebc commit 916e0df
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
75 | | - | |
| 77 | + | |
76 | 78 | | |
77 | | - | |
| 79 | + | |
78 | 80 | | |
79 | 81 | | |
80 | 82 | | |
| |||
0 commit comments