From c324cd55da7d40008039462f2a77dfb93776bb0b Mon Sep 17 00:00:00 2001 From: Baccount Date: Tue, 26 Dec 2017 22:53:44 -0800 Subject: [PATCH] Update onion.py --- onionshare/onion.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/onionshare/onion.py b/onionshare/onion.py index 2f79719b..160dbfcb 100644 --- a/onionshare/onion.py +++ b/onionshare/onion.py @@ -254,8 +254,8 @@ class Onion(object): break time.sleep(0.2) - # Timeout after 45 seconds - if time.time() - start_ts > 45: + # Timeout after 90 seconds + if time.time() - start_ts > 90: print("") self.tor_proc.terminate() raise BundledTorTimeout(strings._('settings_error_bundled_tor_timeout'))