mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-05 05:22:17 -04:00
Update onion.py
This commit is contained in:
parent
d7190497cb
commit
f96ff3328f
1 changed files with 2 additions and 2 deletions
|
@ -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'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue