mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
dirty patch to wait for services to finish reloading
This commit is contained in:
parent
b7703c32a1
commit
8aae994720
1 changed files with 1 additions and 0 deletions
|
@ -3432,6 +3432,7 @@ def _assert_system_is_sane_for_app(manifest, when):
|
|||
|
||||
# Wait if a service is reloading
|
||||
test_nb = 0
|
||||
|
||||
while test_nb < 16:
|
||||
if not any(s for s in services if service_status(s)["status"] == "reloading"):
|
||||
break
|
||||
|
|
Loading…
Add table
Reference in a new issue