Skip to content

Commit f1ebd74

Browse files
committed
test stabilization
1 parent d2a93fe commit f1ebd74

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/RavenClient.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
node-version: [10.x, 12.x, 14.x, 16.x]
28-
serverVersion: ["5.1", "5.2"]
28+
serverVersion: ["5.2"]
2929
fail-fast: false
3030

3131
steps:

test/Ported/FilteredReplicationTest.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ import { GetReplicationHubAccessOperation } from "../../src/Documents/Operations
3131
});
3232

3333
it("seasame_st", async function () {
34+
this.timeout(60_000);
35+
3436
const hooper = await testContext.getSecuredDocumentStore();
3537
try {
3638
const bert = await testContext.getSecuredDocumentStore();

0 commit comments

Comments
 (0)