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 committed Jun 20, 2024
1 parent c789ec2 commit d0b82bd
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 d0b82bd

Please sign in to comment.