mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-14 21:51:32 -05:00
Merge branch 'Baccount-Increasing-the-timeout'
This commit is contained in:
commit
9a4c52ff20
@ -254,8 +254,8 @@ class Onion(object):
|
|||||||
break
|
break
|
||||||
time.sleep(0.2)
|
time.sleep(0.2)
|
||||||
|
|
||||||
# Timeout after 45 seconds
|
# Timeout after 90 seconds
|
||||||
if time.time() - start_ts > 45:
|
if time.time() - start_ts > 90:
|
||||||
print("")
|
print("")
|
||||||
self.tor_proc.terminate()
|
self.tor_proc.terminate()
|
||||||
raise BundledTorTimeout(strings._('settings_error_bundled_tor_timeout'))
|
raise BundledTorTimeout(strings._('settings_error_bundled_tor_timeout'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user