[Pkg-privacy-commits] [onionshare] 201/256: Wait a bit longer before attempting to connect to the Tor controller

Ulrike Uhlig ulrike at moszumanska.debian.org
Fri May 26 12:53:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

ulrike pushed a commit to branch master
in repository onionshare.

commit c875e923d2a224d97bfed916caab418ad7179e0b
Author: Miguel Jacq <mig at mig5.net>
Date:   Fri May 19 09:45:54 2017 +1000

    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 14d9cff..f882c89 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:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onionshare.git



More information about the Pkg-privacy-commits mailing list