lava: bump jobs timeout to 5 hours
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 29 Apr 2021 12:31:57 +0000 (08:31 -0400)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Thu, 29 Apr 2021 12:31:57 +0000 (08:31 -0400)
The system tests now run more tests. It is still not clear if this is
pertinent but so far many jobs timeout at 3 hours on the rate limiting
tests.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/template_lava_job.jinja2

index 9e8694f3c77b21ff96ff1a259e3039aec9305e70..d47ad11557da571d7a76e4c20629cdf318f62a77 100644 (file)
@@ -2,9 +2,9 @@ device_type: x86
 job_name: {{ job_name }}
 timeouts:
   job:
-    hours: 3
+    hours: 5
   action:
-    hours: 3
+    hours: 5
   connection:
     minutes: 4
   connections:
This page took 0.02329 seconds and 4 git commands to generate.