Skip to content

Commit b957058

Browse files
committed
test retry
1 parent 57864a3 commit b957058

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)