From 1bba86a0c285533ddc1879d4d582569058fde79b Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Tue, 2 May 2023 15:16:40 -0400 Subject: [PATCH] jjb: binutils-gdb: use absolute 3 hours job timeout The no-activity timeout mode is not good for when a commit completely breaks GDB. All tests in the testsuite will just fail very slowly (timing out), but they will still print lines regularly. So the timeout will never actually kick in. Change the timeout to be fixed at 3 hours. Change-Id: I6606b5ed02cb7deed7491179aa6f1fc40e017480 --- jobs/binutils-gdb.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jobs/binutils-gdb.yaml b/jobs/binutils-gdb.yaml index 134aec4..9a2d552 100644 --- a/jobs/binutils-gdb.yaml +++ b/jobs/binutils-gdb.yaml @@ -11,9 +11,9 @@ - ansicolor: colormap: gnome-terminal - timeout: - timeout: 20 + timeout: 180 fail: true - type: no-activity + type: absolute write-description: "

This build failed due to timeout.

" - timestamps - workspace-cleanup -- 2.34.1