chore: Increase wait time for applying changes to 60 seconds in autoconf

This commit is contained in:
Théophile Diot 2024-06-07 12:24:52 +01:00
parent 5817f989f2
commit c945ab48a1
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -67,7 +67,7 @@ class Config:
def wait_applying(self, startup: bool = False):
i = 0
while i < 10:
while i < 60:
curr_changes = self._db.check_changes()
if isinstance(curr_changes, str):
if not startup: