Skip to content

Commit 6f76d7d

Browse files
authored
Merge pull request #562 from shiftstack/bump-kuttl-timeout
Bump kuttl timeout
2 parents b192769 + cf3b586 commit 6f76d7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/resource-generator/data/kuttl-test.yaml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ testDirs:
44
{{- range . }}
55
- ./internal/controllers/{{ .NameLower }}/tests/
66
{{- end}}
7-
timeout: 120
7+
timeout: 240

kuttl-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ testDirs:
1616
- ./internal/controllers/subnet/tests/
1717
- ./internal/controllers/volume/tests/
1818
- ./internal/controllers/volumetype/tests/
19-
timeout: 120
19+
timeout: 240

0 commit comments

Comments
 (0)