fix(backups): default timeout to 5 min for service starting and stopping in backup operations

pull/57/head
Houkime 2023-08-23 13:40:04 +00:00
parent 0a852d8b50
commit 72535f8655
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ from selfprivacy_api.services.owned_path import OwnedPath
from selfprivacy_api import utils
from selfprivacy_api.utils.waitloop import wait_until_true
DEFAULT_START_STOP_TIMEOUT = 10 * 60
DEFAULT_START_STOP_TIMEOUT = 5 * 60
class ServiceStatus(Enum):