Skip to content

Commit 2f58ebc

Browse files
committed
Longer test asserts
Signed-off-by: Philippe Noël <philippemnoel@gmail.com>
1 parent 3c56d04 commit 2f58ebc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/cluster/test/console-statefulset/chainsaw-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
apply: 1s
1010
assert: 10s
1111
cleanup: 1m
12-
exec: 2m
12+
exec: 5m
1313
steps:
1414
- name: Install a cluster with a console enabled
1515
try:

charts/cluster/test/postgresql-pg_basebackup/chainsaw-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
file: ./01-data_write-assert.yaml
2929
- name: Install the pg_basebackup cluster
3030
timeouts:
31-
assert: 5m
31+
assert: 8m
3232
try:
3333
- script:
3434
content: |

charts/cluster/test/timescale-minio-backup-restore/chainsaw-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ metadata:
88
spec:
99
timeouts:
1010
apply: 1s
11-
assert: 5m
11+
assert: 8m
1212
cleanup: 1m
1313
steps:
1414
- name: Clear the MinIO bucket

0 commit comments

Comments
 (0)