datagrok-tools 4.14.56 → 4.14.57

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.
@@ -37,7 +37,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
37
37
  const fetch = require('node-fetch');
38
38
  const grokDir = _path.default.join(_os.default.homedir(), '.grok');
39
39
  const confPath = _path.default.join(grokDir, 'config.yaml');
40
- const testCollectionTimeout = 100000;
40
+ const testCollectionTimeout = 600000;
41
41
  const defaultLaunchParameters = exports.defaultLaunchParameters = {
42
42
  args: ['--disable-dev-shm-usage', '--disable-features=site-per-process', '--window-size=1920,1080', '--js-flags=--expose-gc'],
43
43
  ignoreHTTPSErrors: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datagrok-tools",
3
- "version": "4.14.56",
3
+ "version": "4.14.57",
4
4
  "description": "Utility to upload and publish packages to Datagrok",
5
5
  "homepage": "https://github.com/datagrok-ai/public/tree/master/tools#readme",
6
6
  "dependencies": {