diff --git a/src/core/worker/WorkerClient.ts b/src/core/worker/WorkerClient.ts index 84cdc33d2..8079dde67 100644 --- a/src/core/worker/WorkerClient.ts +++ b/src/core/worker/WorkerClient.ts @@ -148,7 +148,7 @@ export class WorkerClient { this.messageHandlers.delete(messageId); reject(new Error("Worker initialization timeout")); } - }, 20000); + }, 30000); }); }