From ec82f06394edbeac0140a39565111509ec613874 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 19 May 2017 09:45:54 +1000 Subject: [PATCH] Wait a bit longer before attempting to connect to the Tor controller --- onionshare/onion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onionshare/onion.py b/onionshare/onion.py index 14d9cffb..f882c895 100644 --- a/onionshare/onion.py +++ b/onionshare/onion.py @@ -205,7 +205,7 @@ class Onion(object): self.tor_proc = subprocess.Popen([self.tor_path, '-f', self.tor_torrc], stdout=subprocess.PIPE, stderr=subprocess.PIPE) # Wait for the tor controller to start - time.sleep(0.2) + time.sleep(1) # Connect to the controller try: