From: Jonathan Rajotte Date: Wed, 16 Sep 2020 15:23:20 +0000 (-0400) Subject: jjb: lttng-tools: increase inactivity timeout to 45 minutes X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=2c367e45259321cec022568fa0d6417c82e72a66;p=lttng-ci.git 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 --- 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