Skip to content

Commit 7a3d790

Browse files
committed
RDBC-423 Flacky test on node.js client
1 parent 0dc7348 commit 7a3d790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Ported/Server/Replication/PullReplicationTest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ import { PullReplicationDefinition } from "../../../../src/Documents/Operations/
328328
} finally {
329329
sink.dispose();
330330
}
331-
});
331+
}).timeout(60_000);
332332

333333
it("disablePullReplicationOnSink", async () => {
334334
let sink: IDocumentStore;

0 commit comments

Comments
 (0)