datagrok-tools 4.13.13 → 4.13.14

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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,12 @@
1
1
  # Datagrok-tools changelog
2
2
 
3
3
 
4
+ ## 4.13.13 (2024-08-09)
5
+
6
+ ### Features
7
+
8
+ * Timeout update for test runs up to 1 hour
9
+
4
10
  ## 4.13.12 (2024-08-09)
5
11
 
6
12
  ### Features
@@ -315,7 +315,7 @@ function test(args) {
315
315
  throw _context3.t0;
316
316
  case 10:
317
317
  _context3.next = 12;
318
- return runTest(7200000, {
318
+ return runTest(3600000, {
319
319
  path: args.path,
320
320
  verbose: args.verbose,
321
321
  platform: args.platform,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datagrok-tools",
3
- "version": "4.13.13",
3
+ "version": "4.13.14",
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": {