Skip to content

Commit 9d6deb0

Browse files
committed
increased test timeout
1 parent 95f7b2e commit 9d6deb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Ported/Server/Replication/PullReplicationPreventDeletionsTest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ import { assertThat } from "../../../Utils/AssertExtensions";
2424
let store: IDocumentStore;
2525
let replication: ReplicationTestContext;
2626

27+
this.timeout(60_000);
28+
2729
beforeEach(async function () {
2830
store = await testContext.getDocumentStore();
2931
replication = new ReplicationTestContext();

0 commit comments

Comments
 (0)