Skip to content

fix(ci): increase AVM check-circuit input timeout#24185

Draft
AztecBot wants to merge 1 commit into
nextfrom
cb/fix-avm-check-circuit-timeout-26539221
Draft

fix(ci): increase AVM check-circuit input timeout#24185
AztecBot wants to merge 1 commit into
nextfrom
cb/fix-avm-check-circuit-timeout-26539221

Conversation

@AztecBot

Copy link
Copy Markdown
Collaborator

Summary

  • make the AVM check-circuit per-input timeout configurable with AVM_CHECK_CIRCUIT_TIMEOUT
  • raise the default timeout from 30s to 60s so larger public-input cases like e2e_multiple_blobs are not killed while still making progress

Root Cause

The failed CI run timed out one valid AVM check-circuit command, not a circuit assertion failure. The failing input was e2e_multiple_blobs/avm-circuit-inputs-tx-0x242e67c9c421537248955736822585bf30bf7470ad3e81f0bd64c6d8e26e5b83.bin. Its per-command log showed simulation and trace generation completed, then the 30s harness timeout sent TERM while checking a 700,560-row circuit.

Testing

  • git diff --check
  • bash -O extglob -n yarn-project/end-to-end/bootstrap.sh
  • extracted avm_check_circuit_cmds smoke test: default emits TIMEOUT=60s
  • extracted avm_check_circuit_cmds smoke test: AVM_CHECK_CIRCUIT_TIMEOUT=75s emits TIMEOUT=75s

Created by claudebox · group: slackbot

@AztecBot AztecBot added ci-draft Run CI on draft PRs. ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure claudebox Owned by claudebox. it can push to this PR. labels Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-draft Run CI on draft PRs. ci-no-fail-fast Sets NO_FAIL_FAST in the CI so the run is not aborted on the first failure claudebox Owned by claudebox. it can push to this PR.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant