mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-23 01:06:43 +00:00
fix(backups): default timeout to 5 min for service starting and stopping in backup operations
This commit is contained in:
parent
0a852d8b50
commit
72535f8655
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue