Skip to content

Commit 3a4fb03

Browse files
authored
Merge pull request #248 from ml054/v4.2
test retry
2 parents 2c7b0fb + b957058 commit 3a4fb03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-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 () {
@@ -132,6 +134,7 @@ describe("RavenDB-11703", function () {
132134
}
133135

134136
it("canSubscribeToCounterChanges", async function () {
137+
135138
const changes = store.changes();
136139
await changes.ensureConnectedNow();
137140

0 commit comments

Comments
 (0)