diff --git a/docs/examples/bootstrap.sh b/docs/examples/bootstrap.sh index c3d91f209838..51c937d3f8fb 100755 --- a/docs/examples/bootstrap.sh +++ b/docs/examples/bootstrap.sh @@ -210,7 +210,7 @@ function execute-examples { } function test_cmds { - echo "$hash:ONLY_TERM_PARENT=1 docs/examples/bootstrap.sh execute" + echo "$hash:ONLY_TERM_PARENT=1:TIMEOUT=20m docs/examples/bootstrap.sh execute" } function test { diff --git a/docs/examples/ts/aztecjs_runner/run.sh b/docs/examples/ts/aztecjs_runner/run.sh index cb06cff29ac7..71a67ebd556a 100755 --- a/docs/examples/ts/aztecjs_runner/run.sh +++ b/docs/examples/ts/aztecjs_runner/run.sh @@ -178,7 +178,9 @@ cleanup_project() { if [ $# -eq 0 ]; then # aave_bridge disabled: timing out on merge queue (~600s), blocked on proving block 64. # See http://ci.aztec-labs.com/aabf2c7e271636a0 - EXAMPLES=("aztecjs_connection" "aztecjs_getting_started" "aztecjs_advanced" "aztecjs_authwit" "aztecjs_testing" "example_swap" "recursive_verification") + # example_swap disabled: same proven-block stall under pipelined sandbox. + # See http://ci.aztec-labs.com/b08ac48286302949 (PR #23253 dequeue, block 86). + EXAMPLES=("aztecjs_connection" "aztecjs_getting_started" "aztecjs_advanced" "aztecjs_authwit" "aztecjs_testing" "recursive_verification") else EXAMPLES=() for arg in "$@"; do diff --git a/docs/examples/ts/docker-compose.yml b/docs/examples/ts/docker-compose.yml index 247b321c6912..d881961f4f74 100644 --- a/docs/examples/ts/docker-compose.yml +++ b/docs/examples/ts/docker-compose.yml @@ -28,7 +28,6 @@ services: WS_BLOCK_CHECK_INTERVAL_MS: 500 ARCHIVER_VIEM_POLLING_INTERVAL_MS: 500 P2P_MIN_TX_POOL_AGE_MS: 0 - SEQ_ENABLE_PROPOSER_PIPELINING: 'true' HARDWARE_CONCURRENCY: ${HARDWARE_CONCURRENCY:-} docs-examples: diff --git a/playground/docker-compose.yml b/playground/docker-compose.yml index 7d86f4bd03ba..d48663150b0d 100644 --- a/playground/docker-compose.yml +++ b/playground/docker-compose.yml @@ -27,7 +27,6 @@ services: WS_BLOCK_CHECK_INTERVAL_MS: 50 ARCHIVER_VIEM_POLLING_INTERVAL_MS: 500 P2P_MIN_TX_POOL_AGE_MS: 0 - SEQ_ENABLE_PROPOSER_PIPELINING: 'true' healthcheck: test: ['CMD', 'curl', '-fSs', 'http://127.0.0.1:8080/status'] interval: 3s