mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-20 06:50:01 +00:00
Increase worker init timeout from 20s to 30s
This commit is contained in:
@@ -148,7 +148,7 @@ export class WorkerClient {
|
|||||||
this.messageHandlers.delete(messageId);
|
this.messageHandlers.delete(messageId);
|
||||||
reject(new Error("Worker initialization timeout"));
|
reject(new Error("Worker initialization timeout"));
|
||||||
}
|
}
|
||||||
}, 20000);
|
}, 30000);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user