Commit 0d1d563e authored by Maurelian's avatar Maurelian

ops-bedrock: Increase timeout on wait_up

parent 2c32cde9
...@@ -47,7 +47,7 @@ function wait_up { ...@@ -47,7 +47,7 @@ function wait_up {
sleep 0.25 sleep 0.25
((i=i+1)) ((i=i+1))
if [ "$i" -eq 200 ]; then if [ "$i" -eq 300 ]; then
echo " Timeout!" >&2 echo " Timeout!" >&2
exit 1 exit 1
fi fi
......
...@@ -13,5 +13,5 @@ if [ ! -f "$DEPLOYMENTS_DIR/OptimismPortal.json" ]; then ...@@ -13,5 +13,5 @@ if [ ! -f "$DEPLOYMENTS_DIR/OptimismPortal.json" ]; then
fi fi
export OPTIMISM_PORTAL_ADDRESS=$(jq -r '.address' < "$DEPLOYMENTS_DIR/OptimismPortal.json") export OPTIMISM_PORTAL_ADDRESS=$(jq -r '.address' < "$DEPLOYMENTS_DIR/OptimismPortal.json")
cd ./packages/integration-tests cd ./packages/integration-tests-bedrock
yarn test yarn test
...@@ -6,3 +6,4 @@ coverage.out ...@@ -6,3 +6,4 @@ coverage.out
.deps .deps
deployments deployments
broadcast 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