Skip to content

Commit bb88bcf

Browse files
authored
Merge pull request #249 from ml054/v4.2
next development version
2 parents 3a4fb03 + b83033c commit bb88bcf

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ravendb",
3-
"version": "4.2.2",
3+
"version": "4.2.3",
44
"description": "RavenDB client for Node.js",
55
"files": [
66
"dist/"

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)