From 8259d56c46408d79f7a64443f7c25dcafb1cdc45 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 28 Dec 2020 11:38:09 +0100 Subject: dashboard/config/linux: tune non-x86 timeouts Qemu emulation makes execution slower so we need to scale all hang/stall timeouts as well. Scale them by 3 to account for sys/targets.Timeouts.Scale which is set to 3. --- dashboard/config/linux/bits/debug.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'dashboard/config/linux/bits/debug.yml') diff --git a/dashboard/config/linux/bits/debug.yml b/dashboard/config/linux/bits/debug.yml index 5899ba2d1..34b208359 100644 --- a/dashboard/config/linux/bits/debug.yml +++ b/dashboard/config/linux/bits/debug.yml @@ -30,7 +30,6 @@ config: - SOFTLOCKUP_DETECTOR: [-s390] - DETECT_HUNG_TASK - WQ_WATCHDOG - - DEFAULT_HUNG_TASK_TIMEOUT: 140 - BOOTPARAM_HUNG_TASK_PANIC - BOOTPARAM_SOFTLOCKUP_PANIC: [-s390] - DEBUG_DEVRES -- cgit mrf-deployment