diff --git a/qt/aqt/profiles.py b/qt/aqt/profiles.py index 7a698e65e..3232f9f04 100644 --- a/qt/aqt/profiles.py +++ b/qt/aqt/profiles.py @@ -703,4 +703,4 @@ create table if not exists profiles self.profile["networkTimeout"] = timeout_secs def network_timeout(self) -> int: - return self.profile.get("networkTimeout") or 30 + return self.profile.get("networkTimeout") or 60