Commit 4774b8c
committed
kevm-pyk: thread step_timeout through run_prover
Adds a `step_timeout: int | None = None` parameter to `run_prover` and
forwards it to the `APRProver` constructor. `APRProver` enforces the
per-step wall-clock budget (interrupt + halve `execute_depth` + retry),
so `run_prover` only needs to pass the value through.
Default `None` keeps the prior behavior (no per-step timeout).1 parent c9c53eb commit 4774b8c
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
134 | 135 | | |
135 | 136 | | |
136 | 137 | | |
| 138 | + | |
137 | 139 | | |
138 | 140 | | |
139 | 141 | | |
| |||
0 commit comments