diff --git a/lib/wallet.py b/lib/wallet.py index 6c0eb8d68..0bca8f6a6 100644 --- a/lib/wallet.py +++ b/lib/wallet.py @@ -956,7 +956,7 @@ class Wallet: def update(self): self.interface.poke() - self.up_to_date_event.wait() + self.up_to_date_event.wait(10000000000) def start_session(self, interface):