From 01da5266a05f9c28cfe18b8d9886376dabfcfbd6 Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Wed, 13 Apr 2016 11:11:14 +0200 Subject: [PATCH] Give time for running healh-checks when promoting replica --- features/basic_replication.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/basic_replication.feature b/features/basic_replication.feature index 553440c4..86b8c42f 100644 --- a/features/basic_replication.feature +++ b/features/basic_replication.feature @@ -10,7 +10,7 @@ Feature: basic replication Scenario: check the basic failover When I kill postgres0 - Then postgres1 role is the primary after 30 seconds + Then postgres1 role is the primary after 32 seconds When I start postgres0 Then postgres0 role is the secondary after 15 seconds When I add the table bar to postgres1