@nsshunt/stsrunnerframework 1.0.8 → 1.0.9

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.
@@ -2113,10 +2113,10 @@ class STSWorkerManager {
2113
2113
  runner: __privateMethod(this, _STSWorkerManager_instances, CreateRunnerCopy_fn).call(this, runnerEx)
2114
2114
  });
2115
2115
  runnerEx.publishInstrumentController.LogEx(`Terminating runner: [${runnerEx.id}]`);
2116
- await Sleep(2e3);
2116
+ await Sleep(250);
2117
2117
  console.log(chalk$1.magenta(`Ending publish for runner: [${JSON.stringify(runnerEx.asyncRunnerContext)}]`));
2118
2118
  await runnerEx.publishInstrumentController.EndPublish();
2119
- await Sleep(2e3);
2119
+ await Sleep(250);
2120
2120
  delete workerEx.runnersEx[runnerEx.id];
2121
2121
  console.log(chalk$1.magenta(`Completed Terminate for runner: [${JSON.stringify(runnerEx.asyncRunnerContext)}]`));
2122
2122
  resolve(true);