fix(core): increase interval attempts for daemon server available on … (#16813)
This commit is contained in:
parent
020af3267d
commit
5c7db06508
@ -366,7 +366,7 @@ export class DaemonClient {
|
|||||||
if (await this.isServerAvailable()) {
|
if (await this.isServerAvailable()) {
|
||||||
clearInterval(id);
|
clearInterval(id);
|
||||||
resolve(backgroundProcess.pid);
|
resolve(backgroundProcess.pid);
|
||||||
} else if (attempts > 1000) {
|
} else if (attempts > 6000) {
|
||||||
// daemon fails to start, the process probably exited
|
// daemon fails to start, the process probably exited
|
||||||
// we print the logs and exit the client
|
// we print the logs and exit the client
|
||||||
reject(
|
reject(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user