.zuul: Try to prevent the CI from timing out on Fedora Rawhide
With the recent expansion of the test suite, it's necessary to increase the timeout for Fedora Rawhide nodes to prevent the CI from timing out. https://github.com/containers/toolbox/pull/1195
This commit is contained in:
parent
210985ecd1
commit
e8f4e9c367
|
|
@ -40,7 +40,7 @@
|
|||
- job:
|
||||
name: system-test-fedora-rawhide
|
||||
description: Run Toolbox's system tests in Fedora Rawhide
|
||||
timeout: 2700
|
||||
timeout: 3600
|
||||
nodeset:
|
||||
nodes:
|
||||
- name: ci-node-rawhide
|
||||
|
|
|
|||
Loading…
Reference in New Issue