increase woker init timeout to 60s

This commit is contained in:
evanpelle
2026-05-04 18:00:16 -06:00
parent 900d7f0bd0
commit 83ff524529
+1 -1
View File
@@ -148,7 +148,7 @@ export class WorkerClient {
this.messageHandlers.delete(messageId);
reject(new Error("Worker initialization timeout"));
}
}, 30000);
}, 60000);
});
}