neon icon indicating copy to clipboard operation
neon copied to clipboard

Increase wait_lsn_timeout in test_wal_receiver.py

Open petuhovskiy opened this issue 2 months ago • 2 comments

In these tests wait_lsn_timeout was set to 1s which was too low. If something blinks (sk<->ps connection, sk activation, broker) during the test, the test will likely fail because of that. This commit changes the timeout to 3s which should be more stable.

I noticed this error when I made a PR for timeline_manager in safekeepers, this test was flaking because timeline activation was not instant.

petuhovskiy avatar Jun 21 '24 15:06 petuhovskiy