From 2c367e45259321cec022568fa0d6417c82e72a66 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 16 Sep 2020 11:23:20 -0400 Subject: [PATCH] jjb: lttng-tools: increase inactivity timeout to 45 minutes There is tests that take more than 10 minutes to complete without output. Also sometime the output is buffered by jenkins leading to inactivity threshold being reached while there is activity. Signed-off-by: Jonathan Rajotte --- jobs/lttng-tools.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 7f72f6a..ae7f436 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -658,7 +658,7 @@ wrappers: - ansicolor - timeout: - timeout: 10 + timeout: 45 fail: true type: no-activity - timestamps -- 2.34.1