Skip to content

Commit 084cc97

Browse files
committed
Fixed: IPC: Increased msg/connect confirmation time to 5000ms
(#798, #861, #864)
1 parent 377e474 commit 084cc97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/ipc.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ interface MsgWaitingForAnswer {
3939
portName: string
4040
}
4141

42-
const MSG_CONFIRMATION_MAX_DELAY = 1000
43-
const CONNECT_CONFIRMATION_MAX_DELAY = 1000
42+
const MSG_CONFIRMATION_MAX_DELAY = 5000
43+
const CONNECT_CONFIRMATION_MAX_DELAY = 5000
4444

4545
let actions: Actions | undefined
4646
let _localType = InstanceType.unknown

0 commit comments

Comments
 (0)