Skip to content

Commit 705eeba

Browse files
mbuechsefkr
authored andcommitted
Bugfix: set timeout explicitly; default is not sufficient
Signed-off-by: Matthias Büchse <[email protected]>
1 parent 7341453 commit 705eeba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.zuul.d/config.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,19 @@
5050
- job:
5151
name: scs-check-iaas
5252
parent: scs-check-scs2-main
53+
# timeout:
54+
# a) leave room for long-running tests (mostly when some cloud is unreachable)
55+
# b) keep in mind that this job covers ALL test subjects (at most 4 in parallel)
56+
timeout: 3600
5357
vars:
5458
preset: iaas
5559
- job:
5660
name: scs-check-kaas
5761
parent: scs-check-scs2-main
62+
# timeout:
63+
# a) these tests take a lot of time, I'm afraid, particularly Sonobuoy
64+
# b) keep in mind that this job covers ALL test subjects (at most 4 in parallel)
65+
timeout: 7200
5866
vars:
5967
preset: kaas
6068
iaas: false

0 commit comments

Comments
 (0)