wait for sync in rolling update timeout test

This commit is contained in:
Felix Kunde 2021-07-23 18:01:37 +02:00
parent c1fe8485d8
commit 4462be68b4
1 changed files with 1 additions and 1 deletions

View File

@ -1232,7 +1232,7 @@ class EndToEndTestCase(unittest.TestCase):
k8s.wait_for_pod_start('spilo-role=replica,' + cluster_label)
# status should again be "SyncFailed" but turn into "Running" on the next sync
time.sleep(10)
time.sleep(20)
self.eventuallyEqual(lambda: k8s.pg_get_status(), "Running", "Expected running cluster after two syncs")
# revert config changes