diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-12-28 11:38:09 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-12-28 14:22:55 +0100 |
| commit | 8259d56c46408d79f7a64443f7c25dcafb1cdc45 (patch) | |
| tree | a7eaebd0cb206e4692e5e0aa9943100001116a27 /dashboard/config/linux/bits/s390.yml | |
| parent | cbd0445ec3b0b184db66966d8a47e6b37d13692e (diff) | |
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.
Diffstat (limited to 'dashboard/config/linux/bits/s390.yml')
| -rw-r--r-- | dashboard/config/linux/bits/s390.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/s390.yml b/dashboard/config/linux/bits/s390.yml index 666b6cfb1..378072e7f 100644 --- a/dashboard/config/linux/bits/s390.yml +++ b/dashboard/config/linux/bits/s390.yml @@ -8,3 +8,6 @@ shell: config: # CMDLINE is not supported on s390, which is bad as we rely on the builtin CMDLINE for lots of things... - CMDLINE: [n, override] + # See the comment in x86_64.yml re these numbers. + - RCU_CPU_STALL_TIMEOUT: 300 + - DEFAULT_HUNG_TASK_TIMEOUT: 420 |
