jjb: lttng-tools: increase inactivity timeout to 45 minutes
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 16 Sep 2020 15:23:20 +0000 (11:23 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 16 Sep 2020 15:23:50 +0000 (11:23 -0400)
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 <jonathan.rajotte-julien@efficios.com>
jobs/lttng-tools.yaml

index 7f72f6a92eef06d368891eb49e932501cc524adb..ae7f436aa5cdeb8c0f360fdeb895643b8088ba96 100644 (file)
     wrappers:
       - ansicolor
       - timeout:
-          timeout: 10
+          timeout: 45
           fail: true
           type: no-activity
       - timestamps
This page took 0.023689 seconds and 4 git commands to generate.