Skip to content

Commit

Permalink
.zuul: Bump timeout of system tests from 20 to 25 minutes
Browse files Browse the repository at this point in the history
The new additions to the system tests makes them take longer to run,
and was causing them to timeout.

containers#689
containers#787
  • Loading branch information
HarryMichal authored and debarshiray committed Jul 4, 2021
1 parent ece0f9e commit ba2fc50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- job:
name: system-test-fedora-33
description: Run Toolbox's system tests in Fedora 33
timeout: 1200
timeout: 1500
nodeset:
nodes:
- name: ci-node-33
Expand All @@ -23,7 +23,7 @@
- job:
name: system-test-fedora-34
description: Run Toolbox's system tests in Fedora 34
timeout: 1200
timeout: 1500
nodeset:
nodes:
- name: ci-node-34
Expand All @@ -34,7 +34,7 @@
- job:
name: system-test-fedora-rawhide
description: Run Toolbox's system tests in Fedora Rawhide
timeout: 1200
timeout: 1500
nodeset:
nodes:
- name: ci-node-rawhide
Expand Down

0 comments on commit ba2fc50

Please sign in to comment.