Unverified Commit 930bcbc9 authored by Philipp Winter's avatar Philipp Winter
Browse files

Make GetTor wait two minutes instead of one.

This should eliminate the few false positives that we get.
parent 41dde76f
......@@ -157,7 +157,7 @@ if __name__ == "__main__":
except Exception as e:
sys.exit(1)
wait_time = 60
wait_time = 60 * 2
log("Waiting %d seconds for a response." % wait_time)
time.sleep(wait_time)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment