[Qa-jenkins-scm] [jenkins.debian.net] 01/01: torbrowser tests: allow up to 165 seconds to start tbb and get the first connection though tor
Holger Levsen
holger at moszumanska.debian.org
Wed Dec 23 09:43:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 8c61401935edc55e94279363fd6526237d9e7bb5
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Dec 23 09:45:54 2015 +0100
torbrowser tests: allow up to 165 seconds to start tbb and get the first connection though tor
---
bin/test_torbrowser-launcher.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh
index bf3bc80..1cb519c 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)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list