[Qa-jenkins-scm] [jenkins.debian.net] 01/01: torbrowser tests: allow up to 22min to download the browser…
Holger Levsen
holger at moszumanska.debian.org
Mon Jan 18 16:10:31 UTC 2016
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 d739c6d4a26374a4c5991f3ae035712610a4f6c7
Author: Holger Levsen <holger at layer-acht.org>
Date: Mon Jan 18 17:10:11 2016 +0100
torbrowser tests: allow up to 22min to download the browser…
---
bin/test_torbrowser-launcher.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/bin/test_torbrowser-launcher.sh b/bin/test_torbrowser-launcher.sh
index c06a3b9..b0314a5 100755
--- a/bin/test_torbrowser-launcher.sh
+++ b/bin/test_torbrowser-launcher.sh
@@ -260,10 +260,10 @@ download_and_launch() {
if [ -n "$SETTINGS_DONE" ] ; then
announce_failure_and_exit "$(date -u) - settings dialog still there, please investigate."
fi
- # allow the download to take up to ~15 minutes (891 seconds)
- # ( echo -n "0" ; for i in $(seq 1 33) ; do echo -n "+$i+10" ; done ; echo ) | bc
+ # allow the download to take up to ~22 minutes (1323 seconds)
+ # ( echo -n "0" ; for i in $(seq 1 42) ; do echo -n "+$i+10" ; done ; echo ) | bc
# we watch the download directory and parse torbrowser-launchers stdout, so usually this loop won't run this long
- for i in $(seq 1 33) ; do
+ for i in $(seq 1 42) ; do
sleep 10 ; sleep $i
STATUS="$(grep '^Download error:' $TBL_LOGFILE || true)"
if [ -n "$STATUS" ] ; then
--
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