[Qa-jenkins-scm] [jenkins.debian.net] 01/02: torbrowser tests: allow up to 51 secs to load URLs

Holger Levsen holger at moszumanska.debian.org
Thu Dec 10 11:00:09 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 0a68dcdc111f76f46fe2db61591168f12f616714
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Dec 10 11:46:36 2015 +0100

    torbrowser tests: allow up to 51 secs to load URLs
---
 bin/test_torbrowser-launcher.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh
index 4fb540f..f7f7d41 100755
--- a/bin/test_torbrowser-launcher.sh
+++ b/bin/test_torbrowser-launcher.sh
@@ -317,8 +317,8 @@ download_and_launch() {
 	sleep 1
 	xvkbd -text "\r" > /dev/null 2>&1
 	sleep 2
-	# allow up up to 30 seconds to load the url
-	for i in $(seq 1 4) ; do
+	# allow up up to 51 seconds to load the url
+	for i in $(seq 1 6) ; do
 		sleep 5 ; sleep $i
 		URL_LOADED=$(gocr $WORKSPACE/screenshot.png 2>/dev/null | grep -c -i "README" || true)
 		update_screenshot
@@ -341,8 +341,8 @@ download_and_launch() {
 	sleep 1
 	xvkbd -text "\r" > /dev/null 2>&1
 	sleep 2
-	# allow up up to 30 seconds to load the url
-	for i in $(seq 1 4) ; do
+	# allow up up to 51 seconds to load the url
+	for i in $(seq 1 6) ; do
 		sleep 5 ; sleep $i
 		URL_LOADED=$(gocr $WORKSPACE/screenshot.png 2>/dev/null | grep -c "Debian" || true)
 		update_screenshot

-- 
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