We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbf1f4 commit fb50463Copy full SHA for fb50463
tests/pgpro2068.py
@@ -95,8 +95,8 @@ def test_minrecpoint_on_replica(self):
95
'postgres',
96
"select pid from pg_stat_activity where backend_type = 'background writer'").rstrip()
97
98
- # wait for shared_buffer to be filled with dirty data
99
- sleep(5)
+ # wait for shared buffer on replica to be filled with dirty data
+ sleep(10)
100
101
# break checkpointer on UpdateLastRemovedPtr
102
gdb_checkpointer = self.gdb_attach(checkpointer_pid)
0 commit comments