diff --git a/README.md b/README.md
index d99c2f3..187a0b1 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser, using WebTorrent.
-**Shipped version:** 4.2.2~ynh2
+**Shipped version:** 4.2.2~ynh3
+
**Demo:** http://peertube.cpy.re
diff --git a/README_fr.md b/README_fr.md
index 2d95059..2bb3a08 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -18,7 +18,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Plateforme de streaming vidéo fédérée (ActivityPub) utilisant P2P (BitTorrent) directement dans le navigateur Web, en utilisant WebTorrent
-**Version incluse :** 4.2.2~ynh2
+**Version incluse :** 4.2.2~ynh3
+
**Démo :** http://peertube.cpy.re
diff --git a/manifest.json b/manifest.json
index c2b6a3c..e3cdbf7 100644
--- a/manifest.json
+++ b/manifest.json
@@ -6,7 +6,7 @@
"en": "Video streaming platform using P2P directly in the web browser, connected to a federated network",
"fr": "Plateforme de diffusion vidéo par P2P directement dans le navigateur, et connectée à un réseau fédéralisé"
},
- "version": "4.2.2~ynh2",
+ "version": "4.2.2~ynh3",
"url": "https://github.com/Chocobozzz/PeerTube",
"upstream": {
"license": "AGPL-3.0-only",
diff --git a/scripts/upgrade b/scripts/upgrade
index 839f836..5f058f4 100644
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -272,7 +272,7 @@ ynh_script_progression --message="Starting a systemd service..."
mkdir -p "/var/log/$app"
chown -R $app:$app "/var/log/$app"
# Start a systemd service
-ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="HTTP server listening on localhost" --timeout=300 --length=200
+ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" --line_match="HTTP server listening on localhost" --timeout=5400 --length=200
#=================================================
# INSTALL LDAP PLUGIN