Skip to content

Commit b8138e0

Browse files
committed
.zuul: Try to prevent the CI from timing out on Fedora
With the recent expansion of the test suite, it's necessary to increase the timeout for all Fedora nodes to prevent the CI from timing out. #1387
1 parent 7abfa70 commit b8138e0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.zuul.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
- job:
5252
name: system-test-fedora-rawhide
5353
description: Run Toolbox's system tests in Fedora Rawhide
54-
timeout: 3600
54+
timeout: 4800
5555
nodeset:
5656
nodes:
5757
- name: fedora-rawhide
@@ -62,7 +62,7 @@
6262
- job:
6363
name: system-test-fedora-39
6464
description: Run Toolbx's system tests in Fedora 39
65-
timeout: 2400
65+
timeout: 3000
6666
nodeset:
6767
nodes:
6868
- name: fedora-39
@@ -73,7 +73,7 @@
7373
- job:
7474
name: system-test-fedora-38
7575
description: Run Toolbx's system tests in Fedora 38
76-
timeout: 2400
76+
timeout: 3000
7777
nodeset:
7878
nodes:
7979
- name: fedora-38
@@ -84,7 +84,7 @@
8484
- job:
8585
name: system-test-fedora-37
8686
description: Run Toolbx's system tests in Fedora 37
87-
timeout: 2400
87+
timeout: 3000
8888
nodeset:
8989
nodes:
9090
- name: fedora-37

0 commit comments

Comments
 (0)