Skip to content

Commit

Permalink
.zuul: Try to prevent the CI from timing out on Fedora 38 and 39
Browse files Browse the repository at this point in the history
With the recent expansion of the test suite, it's necessary to increase
the timeout for the Fedora 38 and 39 nodes to prevent the CI from timing
out.

#1445
  • Loading branch information
debarshiray committed Feb 2, 2024
1 parent 4ca0123 commit ce66b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
- job:
name: system-test-fedora-39
description: Run Toolbx's system tests in Fedora 39
timeout: 3000
timeout: 3600
nodeset:
nodes:
- name: fedora-39
Expand All @@ -73,7 +73,7 @@
- job:
name: system-test-fedora-38
description: Run Toolbx's system tests in Fedora 38
timeout: 3000
timeout: 3600
nodeset:
nodes:
- name: fedora-38
Expand Down

0 comments on commit ce66b0b

Please sign in to comment.