Commit 9da202b
committed
Recalibrate worker total_step_limit to transition units
yielding_step_count counts trampoline transitions (Bind/Next/Done), not
evaluator steps; 1M transitions is ~2s of sliced evaluation, so the
runaway backstop fired long before the 20s client wall-clock timer and
moderate programs (range(1,5000)) died with a spurious 'Evaluation
timed out'. Raise the backstop to 100M transitions so it is strictly a
last-resort guard beyond the client timer.1 parent d17af86 commit 9da202b
1 file changed
Lines changed: 8 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | | - | |
266 | | - | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
267 | 273 | | |
268 | 274 | | |
269 | 275 | | |
| |||
0 commit comments