.zuul: Try to prevent the CI from timing out on stable Fedoras

Currently, the CI has been timing out on Fedora 36 nodes [1].  It's
possible that this is due to the recent expansion of the test suite,
which already required increasing the timeout for Fedora Rawhide [2].

[1] https://github.com/containers/toolbox/pull/1191
    https://github.com/containers/toolbox/pull/1208

[2] Commit e8f4e9c367
    https://github.com/containers/toolbox/pull/1195

https://github.com/containers/toolbox/pull/1212
This commit is contained in:
Debarshi Ray 2023-01-18 13:13:02 +01:00
parent 936a157117
commit 446d7bfdef

View file

@ -51,7 +51,7 @@
- job:
name: system-test-fedora-36
description: Run Toolbx's system tests in Fedora 36
timeout: 1200
timeout: 2400
nodeset:
nodes:
- name: fedora-36
@ -62,7 +62,7 @@
- job:
name: system-test-fedora-35
description: Run Toolbox's system tests in Fedora 35
timeout: 1200
timeout: 2400
nodeset:
nodes:
- name: fedora-35