Skip to content

Commit

Permalink
testing startup
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaytonNorthey92 committed Dec 13, 2024
1 parent 2818dd5 commit 5686865
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/localnet-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
run: docker compose -f ./e2e/docker-compose.yml build

- name: "run localnet"
run: docker compose -f ./e2e/docker-compose.yml up -d
# change back
run: docker compose -f ./e2e/docker-compose.yml up

- name: "kill an op-node after a minute"
run: sleep 60 && docker compose -f ./e2e/docker-compose.yml down op-node
Expand Down
6 changes: 3 additions & 3 deletions e2e/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ services:
- "geth-l1"
healthcheck:
test: ["CMD-SHELL", "ls /l2configs/rollup.json"]
timeout: 60s
timeout: 120s
environment:
ADMIN_PRIVATE_KEY: "${ADMIN_PRIVATE_KEY}"
OP_GETH_L1_RPC: "http://geth-l1:8545"
Expand Down Expand Up @@ -241,7 +241,7 @@ services:
condition: "service_healthy"
healthcheck:
test: ["CMD-SHELL", "ls /l2configs/rollup.json"]
timeout: 60s
timeout: 120s
environment:
ADMIN_PRIVATE_KEY: "${ADMIN_PRIVATE_KEY}"
OP_GETH_L1_RPC: "http://geth-l1:8545"
Expand Down Expand Up @@ -274,7 +274,7 @@ services:
condition: "service_healthy"
healthcheck:
test: ["CMD-SHELL", "ls /l2configs/rollup.json"]
timeout: 60s
timeout: 120s
environment:
ADMIN_PRIVATE_KEY: "${ADMIN_PRIVATE_KEY}"
OP_GETH_L1_RPC: "http://geth-l1:8545"
Expand Down
3 changes: 2 additions & 1 deletion e2e/entrypointl2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ fi
--tbc.seeds='bitcoind:18444' \
--override.ecotone=1725868497 \
--override.canyon=1725868497 \
--override.cancun=1725868497
--override.cancun=1725868497 \
--hvm.headerdatadir=/tmp/tbc-headers

0 comments on commit 5686865

Please sign in to comment.