Skip to content

Commit

Permalink
Merge pull request #248 from ml054/v4.2
Browse files Browse the repository at this point in the history
test retry
  • Loading branch information
gregolsky authored Dec 14, 2020
2 parents 2c7b0fb + b957058 commit 3a4fb03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/Issues/RavenDB_11703.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import { timeout, delay } from "../../src/Utility/PromiseUtil";

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

this.retries(3);

let store: IDocumentStore;

beforeEach(async function () {
Expand Down Expand Up @@ -132,6 +134,7 @@ describe("RavenDB-11703", function () {
}

it("canSubscribeToCounterChanges", async function () {

const changes = store.changes();
await changes.ensureConnectedNow();

Expand Down

0 comments on commit 3a4fb03

Please sign in to comment.