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 c3dd9cf commit b6fbfb8Copy full SHA for b6fbfb8
packages/subscriptions-lds/__tests__/main.test.ts
@@ -15,6 +15,7 @@ test("cleans up", async () => {
15
);
16
expect(initialPgRows.length).toEqual(1);
17
await l.close();
18
+ await sleep(20);
19
const { rows: finalPgRows } = await query(
20
"select * from pg_catalog.pg_replication_slots where slot_name = $1",
21
[l.slotName]
0 commit comments