patroni/debian/patches/acceptance_tests_timeouts.patch
Michael Banck a708d50f6a * debian/patches/acceptance_tests_timeouts.patch: New patch, increases a
timeout of an often failing autopkgtest test.
2019-10-07 20:41:17 +02:00

10 lines
496 B
Diff

--- ./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