Skip to content

Commit 78a0eb9

Browse files
committed
add retries and interval
1 parent 0aa75e8 commit 78a0eb9

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
@@ -523,7 +523,7 @@ def compare_config():
523523
""" % (slot_to_remove)
524524

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

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

0 commit comments

Comments
 (0)