From 0b3d9c920544615478b8cbf6c6968ef5a17762f4 Mon Sep 17 00:00:00 2001 From: idanovinda Date: Wed, 11 Oct 2023 11:46:09 +0200 Subject: [PATCH] change clone time --- postgres-appliance/tests/test_spilo.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgres-appliance/tests/test_spilo.sh b/postgres-appliance/tests/test_spilo.sh index 0ec02d3c9..ff5943261 100644 --- a/postgres-appliance/tests/test_spilo.sh +++ b/postgres-appliance/tests/test_spilo.sh @@ -207,7 +207,7 @@ function start_clone_with_wale_upgrade_to_16_container() { -e CLONE_SCOPE=demo \ -e CLONE_PGVERSION=11 \ -e CLONE_METHOD=CLONE_WITH_WALE \ - -e CLONE_TARGET_TIME="$(next_hour)" \ + -e CLONE_TARGET_TIME="$(next_minute)" \ --name "${PREFIX}upgrade4" \ -d "spilo3" } @@ -219,7 +219,7 @@ function start_clone_with_wale_16_container() { -e CLONE_SCOPE=upgrade3 \ -e CLONE_PGVERSION=16 \ -e CLONE_METHOD=CLONE_WITH_WALE \ - -e CLONE_TARGET_TIME="$(next_minute)" \ + -e CLONE_TARGET_TIME="$(next_hour)" \ --name "${PREFIX}clone16" \ -d "spilo3" }