@zohodesk/testinglibrary 0.4.17-experimental → 0.4.18-experimental

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.LOGIN_MUTEX_TIMEOUT = void 0;
7
7
  const LOGIN_MUTEX_TIMEOUT = exports.LOGIN_MUTEX_TIMEOUT = {
8
- stale: 60000,
8
+ stale: 90000,
9
9
  retries: {
10
10
  retries: 10,
11
11
  factor: 1,
@@ -37,7 +37,6 @@ class FileMutex {
37
37
  async release() {
38
38
  try {
39
39
  await _properLockfile.default.unlock(_classPrivateMethodGet(this, _getLockFilePath, _getLockFilePath2).call(this));
40
- //unlinkSync(this.#getLockFilePath());
41
40
  } catch (err) {
42
41
  throw new Error(`Failed to release lock: ${err.message}`);
43
42
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.4.17-experimental",
3
+ "version": "0.4.18-experimental",
4
4
  "lockfileVersion": 1,
5
5
  "requires": true,
6
6
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.4.17-experimental",
3
+ "version": "0.4.18-experimental",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {