@nsshunt/stsrunnerframework 1.0.165 → 1.0.166
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.
|
@@ -3999,7 +3999,7 @@ class STSWorkerManager {
|
|
|
3999
3999
|
timeout: setTimeout(() => {
|
|
4000
4000
|
delete __privateGet(this, _messages)[messageId];
|
|
4001
4001
|
reject(`STSWorkerManager:#PostMessageToWorkerGetRunners(): message response timeout for message id: [${messageId}], command: [${command}]`);
|
|
4002
|
-
},
|
|
4002
|
+
}, 5e3),
|
|
4003
4003
|
resolveMessage: (payload2) => {
|
|
4004
4004
|
resolve(payload2);
|
|
4005
4005
|
}
|