[tor-commits] [flashproxy/master] Longer delay after starting facilitator.

dcf at torproject.org dcf at torproject.org
Wed May 2 20:59:29 UTC 2012


commit 3a7b0fe02dd448926ed19507cc5cb6855203f92c
Author: David Fifield <david at bamsoftware.com>
Date:   Wed May 2 13:56:27 2012 -0700

    Longer delay after starting facilitator.
---
 experiments/switching/remote-tor-alternating.sh |    2 +-
 experiments/switching/remote-tor-constant.sh    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/experiments/switching/remote-tor-alternating.sh b/experiments/switching/remote-tor-alternating.sh
index 2dd5787..cd21f07 100755
--- a/experiments/switching/remote-tor-alternating.sh
+++ b/experiments/switching/remote-tor-alternating.sh
@@ -35,7 +35,7 @@ PIDS_TO_KILL+=($!)
 echo "Start facilitator."
 "$FLASHPROXY_DIR"/facilitator.py -d --relay tor1.bamsoftware.com:9901 >/dev/null &
 PIDS_TO_KILL+=($!)
-visible_sleep 5
+visible_sleep 15
 
 echo "Start connector."
 "$FLASHPROXY_DIR"/connector.py >/dev/null &
diff --git a/experiments/switching/remote-tor-constant.sh b/experiments/switching/remote-tor-constant.sh
index dccf152..fbe56a5 100755
--- a/experiments/switching/remote-tor-constant.sh
+++ b/experiments/switching/remote-tor-constant.sh
@@ -34,7 +34,7 @@ PIDS_TO_KILL+=($!)
 echo "Start facilitator."
 "$FLASHPROXY_DIR"/facilitator.py -d --relay tor1.bamsoftware.com:9901 >/dev/null &
 PIDS_TO_KILL+=($!)
-visible_sleep 5
+visible_sleep 15
 
 echo "Start connector."
 "$FLASHPROXY_DIR"/connector.py >/dev/null &





More information about the tor-commits mailing list