commit 836c41290ad6a13782a728585228a69f6017d262 Author: David Fifield david@bamsoftware.com Date: Sat Feb 11 11:48:54 2012 -0800
Longer delay after starting facilitator. --- experiments/switching/local-http-alternating.sh | 2 +- experiments/switching/local-http-constant.sh | 2 +- experiments/switching/remote-tor-alternating.sh | 2 +- experiments/switching/remote-tor-constant.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/experiments/switching/local-http-alternating.sh b/experiments/switching/local-http-alternating.sh index 08cca91..c2593a4 100755 --- a/experiments/switching/local-http-alternating.sh +++ b/experiments/switching/local-http-alternating.sh @@ -38,7 +38,7 @@ PIDS_TO_KILL+=($!) echo "Start facilitator." "$FLASHPROXY_DIR"/facilitator.py -d --relay 127.0.0.1:8000 >/dev/null & PIDS_TO_KILL+=($!) -visible_sleep 2 +visible_sleep 5
echo "Start connector." "$FLASHPROXY_DIR"/connector.py --facilitator 127.0.0.1 >/dev/null & diff --git a/experiments/switching/local-http-constant.sh b/experiments/switching/local-http-constant.sh index ff73c2a..bc821a3 100755 --- a/experiments/switching/local-http-constant.sh +++ b/experiments/switching/local-http-constant.sh @@ -38,7 +38,7 @@ PIDS_TO_KILL+=($!) echo "Start facilitator." "$FLASHPROXY_DIR"/facilitator.py -d --relay 127.0.0.1:8000 >/dev/null & PIDS_TO_KILL+=($!) -visible_sleep 2 +visible_sleep 5
echo "Start connector." "$FLASHPROXY_DIR"/connector.py --facilitator 127.0.0.1 >/dev/null & diff --git a/experiments/switching/remote-tor-alternating.sh b/experiments/switching/remote-tor-alternating.sh index 2dcfbcc..5d1804b 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 >/dev/null & PIDS_TO_KILL+=($!) -visible_sleep 2 +visible_sleep 5
echo "Start connector." "$FLASHPROXY_DIR"/connector.py --facilitator 127.0.0.1 >/dev/null & diff --git a/experiments/switching/remote-tor-constant.sh b/experiments/switching/remote-tor-constant.sh index 9d842c8..01c8da2 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 >/dev/null & PIDS_TO_KILL+=($!) -visible_sleep 2 +visible_sleep 5
echo "Start connector." "$FLASHPROXY_DIR"/connector.py --facilitator 127.0.0.1 >/dev/null &