Commit 180df7d
committed
fix: disable AVM in nightly debug build and increase test timeout
The nightly barretenberg debug build has been failing since PR #21791
added test execution. Two issues:
1. The AVM=0 env var was not passed through to CMake, so vm2_tests
were still being built and run. These AVM proving tests are too
slow in debug mode (>10 min per test vs 600s timeout).
2. Even non-AVM tests can be slow in debug mode (-O0). Increase the
per-test timeout from 600s to 1800s for the debug preset.
Also includes a proposed workflow timeout increase (120→240 min) in
.github-new/ since .github/ files are blocked.1 parent cf1a239 commit 180df7d
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
62 | 65 | | |
63 | 66 | | |
64 | 67 | | |
| |||
244 | 247 | | |
245 | 248 | | |
246 | 249 | | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
247 | 254 | | |
248 | 255 | | |
249 | 256 | | |
| |||
0 commit comments