Commit a350046d authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #2878 from ethereum-optimism/m/wait-timeout

ops-bedrock: Increase timeout on wait_up
parents 007f8a0f 8d909bb2
......@@ -47,7 +47,7 @@ function wait_up {
sleep 0.25
((i=i+1))
if [ "$i" -eq 200 ]; then
if [ "$i" -eq 300 ]; then
echo " Timeout!" >&2
exit 1
fi
......
......@@ -13,5 +13,5 @@ if [ ! -f "$DEPLOYMENTS_DIR/OptimismPortal.json" ]; then
fi
export OPTIMISM_PORTAL_ADDRESS=$(jq -r '.address' < "$DEPLOYMENTS_DIR/OptimismPortal.json")
cd ./packages/integration-tests
cd ./packages/integration-tests-bedrock
yarn test
......@@ -6,3 +6,4 @@ coverage.out
.deps
deployments
broadcast
genesis.json
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment