From c83b390a7120b0cd5a1556b0d47278fa4836c021 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 7 Oct 2019 14:24:18 -0400 Subject: [PATCH] jjb: lttng-tools: move to relative timeout Replace the fixed time timout of 90 minutes to one of 30 minutes since the last output. Fixes build failure on small armhf systems. Signed-off-by: Michael Jeanson --- jobs/lttng-tools.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jobs/lttng-tools.yaml b/jobs/lttng-tools.yaml index 1eaf7b2..0a42aea 100644 --- a/jobs/lttng-tools.yaml +++ b/jobs/lttng-tools.yaml @@ -13,9 +13,9 @@ wrappers: - ansicolor - timeout: - timeout: 90 - fail: true - type: absolute + timeout: 30 + abort: true + type: no-activity - timestamps - workspace-cleanup: clean-if: -- 2.34.1