touch host watchdog later
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/build-compare?expand=0&rev=260
This commit is contained in:
parent
655c4bb07a
commit
58d2baf789
@ -21,7 +21,7 @@ Summary: Build Result Compare Script
|
|||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Development/Tools/Building
|
Group: Development/Tools/Building
|
||||||
Url: https://github.com/openSUSE/build-compare
|
Url: https://github.com/openSUSE/build-compare
|
||||||
Version: 20200108T151918.98702b1
|
Version: 20200108T195236.2d3ead3
|
||||||
Release: 0
|
Release: 0
|
||||||
Source1: COPYING
|
Source1: COPYING
|
||||||
Source2: same-build-result.sh
|
Source2: same-build-result.sh
|
||||||
|
@ -6,9 +6,7 @@
|
|||||||
# Written by Michael Matz and Stephan Coolo
|
# Written by Michael Matz and Stephan Coolo
|
||||||
# Enhanced by Andreas Jaeger
|
# Enhanced by Andreas Jaeger
|
||||||
declare -i watchdog_host_timeout_seconds='3600'
|
declare -i watchdog_host_timeout_seconds='3600'
|
||||||
# a value close to 100 avoids the host watchdog
|
declare -i watchdog_touch_percent_prior_timeout='96'
|
||||||
# producing output every 20 minutes avoids 'IncompleteRead(0 bytes read)' from 'osc rbl'
|
|
||||||
declare -i watchdog_touch_percent_prior_timeout='33'
|
|
||||||
declare -i watchdog_next_touch_seconds=0
|
declare -i watchdog_next_touch_seconds=0
|
||||||
|
|
||||||
function watchdog_reset
|
function watchdog_reset
|
||||||
|
Loading…
Reference in New Issue
Block a user