diff --git a/deploy_mastodon.sh b/deploy_mastodon.sh index 022a0b2..fd9564c 100755 --- a/deploy_mastodon.sh +++ b/deploy_mastodon.sh @@ -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"