Skip to content

Commit

Permalink
pghoard: flacky test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-voynov-aiven committed Apr 4, 2024
1 parent 9af03bf commit a05baab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_pghoard.py
Original file line number Diff line number Diff line change
Expand Up @@ -900,6 +900,7 @@ def test_surviving_pg_receivewal_hickup(self, db, pghoard):
os.makedirs(wal_directory, exist_ok=True)

pghoard.receivexlog_listener(pghoard.test_site, db.user, wal_directory)
time.sleep(0.5) # waiting for thread setup
conn = db.connect()
conn.autocommit = True

Expand Down

0 comments on commit a05baab

Please sign in to comment.