Skip to content

Commit cd74ea3

Browse files
authored
Merge pull request #258 from ml054/v5.0
Merge v4.2 -> v5.0
2 parents f615f00 + 14e4c19 commit cd74ea3

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Issues/RavenDB_11703.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import { timeout, delay } from "../../src/Utility/PromiseUtil";
1111

1212
describe("RavenDB-11703", function () {
1313

14+
this.retries(3);
15+
1416
let store: IDocumentStore;
1517

1618
beforeEach(async function () {
@@ -133,6 +135,7 @@ describe("RavenDB-11703", function () {
133135
}
134136

135137
it("canSubscribeToCounterChanges", async function () {
138+
136139
const changes = store.changes();
137140
await changes.ensureConnectedNow();
138141

test/Ported/Subscriptions/SecuredSubscriptionsBasicTest.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ import {
88
import { AsyncQueue } from "../../Utils/AsyncQueue";
99

1010
describe("SecuredSubscriptionsBasicTest", function () {
11+
12+
this.retries(3);
13+
1114
const _reasonableWaitTime = 5 * 1000;
1215
this.timeout(5 * _reasonableWaitTime);
1316

0 commit comments

Comments
 (0)