patroni/debian/patches/acceptance_tests_timeouts.patch

10 lines
496 B
Diff
Raw Normal View History

--- ./features/custom_bootstrap.feature.orig 2019-10-07 20:16:35.549032499 +0200
+++ ./features/custom_bootstrap.feature 2019-10-07 20:16:43.873104835 +0200
@@ -13,5 +13,5 @@
Given I add the table bar to postgres1
And I do a backup of postgres1
When I start postgres2 in a cluster batman2 from backup
- Then postgres2 is a leader of batman2 after 10 seconds
+ Then postgres2 is a leader of batman2 after 30 seconds
And table bar is present on postgres2 after 10 seconds