From dc467cdd83034581bfdf11f281c386546a59015f Mon Sep 17 00:00:00 2001 From: Itay Grudev Date: Wed, 20 Mar 2024 23:49:45 +0200 Subject: [PATCH] Improved test speed and increased timeout Signed-off-by: Itay Grudev --- tests/cluster/00-assert.yaml | 4 ++-- tests/cluster/standalone.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/cluster/00-assert.yaml b/tests/cluster/00-assert.yaml index 6551705cb..4f004d480 100644 --- a/tests/cluster/00-assert.yaml +++ b/tests/cluster/00-assert.yaml @@ -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 diff --git a/tests/cluster/standalone.yaml b/tests/cluster/standalone.yaml index ebc8b3ea0..3098159b5 100644 --- a/tests/cluster/standalone.yaml +++ b/tests/cluster/standalone.yaml @@ -1,6 +1,6 @@ mode: standalone cluster: - instances: 2 + instances: 1 postgresql: archive_timout: "10" storage: