Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/examples/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
4 changes: 3 additions & 1 deletion docs/examples/ts/aztecjs_runner/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion docs/examples/ts/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion playground/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading