mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 08:37:12 +00:00
chore: increase process timeout for 10 seconds
This commit is contained in:
parent
e2f2a34a8b
commit
b73346200b
@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
UI_LOAD_TIMEOUT_SEC = 5
|
UI_LOAD_TIMEOUT_SEC = 5
|
||||||
UI_LOAD_TIMEOUT_MSEC = UI_LOAD_TIMEOUT_SEC * 1000
|
UI_LOAD_TIMEOUT_MSEC = UI_LOAD_TIMEOUT_SEC * 1000
|
||||||
PROCESS_TIMEOUT_SEC = 5
|
PROCESS_TIMEOUT_SEC = 10
|
||||||
APP_LOAD_TIMEOUT_MSEC = 60000
|
APP_LOAD_TIMEOUT_MSEC = 60000
|
||||||
MESSAGING_TIMEOUT_SEC = 60
|
MESSAGING_TIMEOUT_SEC = 60
|
||||||
|
Loading…
x
Reference in New Issue
Block a user