From 58d2baf78972c18414438e6e91dc82f5500da5c27ae02c183419a9ca2d2ad0c5 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 8 Jan 2020 18:55:35 +0000 Subject: [PATCH] touch host watchdog later OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=260 --- build-compare.spec | 2 +- pkg-diff.sh | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/build-compare.spec b/build-compare.spec index a12afea..03c8bcb 100644 --- a/build-compare.spec +++ b/build-compare.spec @@ -21,7 +21,7 @@ Summary: Build Result Compare Script License: GPL-2.0+ Group: Development/Tools/Building Url: https://github.com/openSUSE/build-compare -Version: 20200108T151918.98702b1 +Version: 20200108T195236.2d3ead3 Release: 0 Source1: COPYING Source2: same-build-result.sh diff --git a/pkg-diff.sh b/pkg-diff.sh index 9281263..f0f0ea1 100644 --- a/pkg-diff.sh +++ b/pkg-diff.sh @@ -6,9 +6,7 @@ # Written by Michael Matz and Stephan Coolo # Enhanced by Andreas Jaeger declare -i watchdog_host_timeout_seconds='3600' -# a value close to 100 avoids the host watchdog -# producing output every 20 minutes avoids 'IncompleteRead(0 bytes read)' from 'osc rbl' -declare -i watchdog_touch_percent_prior_timeout='33' +declare -i watchdog_touch_percent_prior_timeout='96' declare -i watchdog_next_touch_seconds=0 function watchdog_reset