@kradle/cli 0.0.13 → 0.0.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.
@@ -238,7 +238,7 @@ export class Runner {
238
238
  // Don't await - run concurrently
239
239
  this.startRun(index);
240
240
  // Wait a bit to avoid overwhelming the API
241
- await this.delay(150);
241
+ await this.delay(350);
242
242
  }
243
243
  // Wait a bit before checking again
244
244
  await this.delay(500);
@@ -401,5 +401,5 @@
401
401
  ]
402
402
  }
403
403
  },
404
- "version": "0.0.13"
404
+ "version": "0.0.14"
405
405
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kradle/cli",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Kradle's CLI. Manage challenges, evaluations, agents and more!",
5
5
  "keywords": [
6
6
  "cli"