diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-12-23 09:45:54 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-12-23 09:45:54 +0100 |
commit | 8c61401935edc55e94279363fd6526237d9e7bb5 (patch) | |
tree | 92c03399364a3ab409bb531874bf00c3fa178a03 | |
parent | 9e3490438cb7d3db875db732785bd3aca28cc5a3 (diff) | |
download | jenkins.debian.net-8c61401935edc55e94279363fd6526237d9e7bb5.tar.xz |
torbrowser tests: allow up to 165 seconds to start tbb and get the first connection though tor
-rwxr-xr-x | bin/test_torbrowser-launcher.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh index bf3bc803..1cb519c1 100755 --- a/bin/test_torbrowser-launcher.sh +++ b/bin/test_torbrowser-launcher.sh @@ -299,8 +299,8 @@ download_and_launch() { xvkbd -text "\r" > /dev/null 2>&1 sleep 3 update_screenshot - # allow up to 121 seconds for torbrowser to start and to make the first connection through tor - for i in $(seq 1 11) ; do + # allow up to 165 seconds for torbrowser to start and to make the first connection through tor + for i in $(seq 1 14) ; do sleep 5 ; sleep $i update_screenshot TOR_RUNNING=$(gocr $WORKSPACE/screenshot.png 2>/dev/null | egrep "(Search securely|Tor Is NOT all you need to browse|There are many ways you can help)" || true) |