Commit 0d1d563e authored by Maurelian's avatar Maurelian

ops-bedrock: Increase timeout on wait_up

parent 2c32cde9
......@@ -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
yarn test
\ No newline at end of file
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