Skip to content

Commit

Permalink
Improved test speed and increased timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Grudev <[email protected]>
  • Loading branch information
itay-grudev committed Mar 20, 2024
1 parent ea26439 commit dc467cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/cluster/00-assert.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apiVersion: kuttl.dev/v1beta1
kind: TestAssert
timeout: 180
timeout: 300
---
apiVersion: postgresql.cnpg.io/v1
kind: Cluster
metadata:
name: standalone-cluster
status:
readyInstances: 2
readyInstances: 1
---
apiVersion: postgresql.cnpg.io/v1
kind: Backup
Expand Down
2 changes: 1 addition & 1 deletion tests/cluster/standalone.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mode: standalone
cluster:
instances: 2
instances: 1
postgresql:
archive_timout: "10"
storage:
Expand Down

0 comments on commit dc467cd

Please sign in to comment.