@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(
|
|
241
|
+
await this.delay(350);
|
|
242
242
|
}
|
|
243
243
|
// Wait a bit before checking again
|
|
244
244
|
await this.delay(500);
|
package/oclif.manifest.json
CHANGED