Skip to content

Commit

Permalink
Increase timeout for wating subscriner caught-up
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin Knizhnik authored and knizhnik committed Jul 5, 2024
1 parent 7dd2e44 commit eac010c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_runner/regress/test_subscriber_restart.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,4 @@ def insert_data(pub):
pcur.execute(f"INSERT into t values ({n_records}, 0)")
n_records += 1
with sub.cursor() as scur:
wait_until(10, 0.5, check_that_changes_propagated)
wait_until(60, 0.5, check_that_changes_propagated)

0 comments on commit eac010c

Please sign in to comment.