commit 3a7b0fe02dd448926ed19507cc5cb6855203f92c Author: David Fifield david@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 &