Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
fix: change waiting time
Browse files Browse the repository at this point in the history
  • Loading branch information
FrankLi123 committed Oct 17, 2024
1 parent f3574a6 commit 3322df1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deploy_mastodon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -482,9 +482,9 @@ echo ""
echo ""
echo ""
echo "Let's have your instance gets federated relationships with other domains in the Fediverse"
echo "Let's wait for 2 minutes for your web server to be ready!"
# Sleep for 2 minutes
sleep 120
echo "Let's wait for 3 minutes for your web server to be ready!"
# Sleep for 3 minutes
sleep 180
echo "We first follow some popular users from those domains!"
# Mastodon instance URL and admin credentials
MASTODON_INSTANCE="https://$DOMAIN_NAME"
Expand Down

0 comments on commit 3322df1

Please sign in to comment.