From 3322df184e7c612b02f1e24740cc4423ba958b4a Mon Sep 17 00:00:00 2001 From: FrankLi123 Date: Thu, 17 Oct 2024 20:25:48 +0800 Subject: [PATCH] fix: change waiting time --- deploy_mastodon.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"