deluge: Fix installation failure on slow machine

Deluge setup now waits longer after first startup to make sure services
are fully started.

Fixes #1764

Signed-off-by: Veiko Aasa <veiko17@disroot.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Veiko Aasa 2020-01-21 16:50:54 +02:00 committed by James Valleroy
parent 8e698987de
commit 420e3846a0
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -189,7 +189,7 @@ def subcommand_setup(_):
action_utils.service_restart('deluge-web')
action_utils.service_restart('deluged')
# wait processes to start
time.sleep(5)
time.sleep(10)
# configure deluge-web to autoconnect to the default deluged daemon, also
# restarts deluged and deluge-web services again to create config files