jjb: lttng-tools: move to relative timeout
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 7 Oct 2019 18:24:18 +0000 (14:24 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Mon, 7 Oct 2019 18:24:18 +0000 (14:24 -0400)
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 <mjeanson@efficios.com>
jobs/lttng-tools.yaml

index 1eaf7b2ffb4617984a7ee222d225063316a39c4c..0a42aead665ee0051ac160b66a99d6cd62e45dd1 100644 (file)
@@ -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:
This page took 0.02445 seconds and 4 git commands to generate.