Commit 75a1125
committed
fix: bump timeout and resources for AVM recursion tests in debug builds
AvmRecursionInnerCircuitTests.Tampering was timing out at 600s in the nightly
debug build. The test runs 3 iterations of prove+verify (~3.5min each in debug
mode), exceeding the default timeout.
Add AvmRecursionInnerCircuitTests to the TIMEOUT=900s list and to the
CPUS=4:MEM=8g resource list. Also add AvmRecursionConstraintTest to
the resource list since it uses up to 7.5GB of memory.1 parent e88ecdf commit 75a1125
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
0 commit comments