Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.
Merged
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
5 changes: 4 additions & 1 deletion run_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ then
export AGENT_REGISTRY_ADDRESS="0xAed729d4f4b895d8ca84ba022675bB0C44d2cD52"
fi

sleep_duration=5
sleep_duration=12

echo ""
echo "---------------"
Expand Down Expand Up @@ -963,6 +963,9 @@ elif [ "$service_state" == "FINISHED_REGISTRATION" ]; then
sleep $sleep_duration
fi

# Sleep slightly more due to possible RPC out-of-sync at this point.
sleep $sleep_duration

# check state
service_state="$(get_on_chain_service_state "$service_id")"
if [ "$service_state" != "DEPLOYED" ]; then
Expand Down