diff --git a/src/core/worker/WorkerClient.ts b/src/core/worker/WorkerClient.ts index 8079dde67..e911ce990 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")); } - }, 30000); + }, 60000); }); }