From c2d1eea7d05d3c009239761aefbd0dc44f383a19 Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Thu, 10 Mar 2016 17:19:43 +0100 Subject: [PATCH] disable clonefrom test --- features/cascading_replication.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/cascading_replication.feature b/features/cascading_replication.feature index 31500ae9..37693311 100644 --- a/features/cascading_replication.feature +++ b/features/cascading_replication.feature @@ -8,5 +8,5 @@ Scenario: check a base backup from the replica And I create label with "postgres0" in postgres0 data directory And I create label with "postgres1" in postgres1 data directory And I configure and start postgres2 with a tag clonefrom postgres1 - Then replication works from postgres0 to postgres2 after 15 seconds - And there is a label with "postgres1" in postgres2 data directory \ No newline at end of file + Then replication works from postgres0 to postgres2 after 30 seconds + And there is a label with "postgres0" in postgres2 data directory