Skip to content

Commit 530a36c

Browse files
committed
add retries and interval
1 parent 29d09d9 commit 530a36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/tests/test_e2e.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def compare_config():
526526
""" % (slot_to_remove)
527527

528528
self.eventuallyEqual(lambda: self.query_database(replica.metadata.name, "postgres", deleted_slot_query)[0], 0,
529-
"The replication slot cannot be deleted")
529+
"The replication slot cannot be deleted", 10, 5)
530530

531531
except timeout_decorator.TimeoutError:
532532
print('Operator log: {}'.format(k8s.get_operator_log()))

0 commit comments

Comments
 (0)