2
0
mirror of https://github.com/status-im/status-desktop.git synced 2025-03-01 06:51:08 +00:00
2024-08-19 14:36:50 +03:00

9 lines
224 B
Python

# Timoeuts before raising errors
UI_LOAD_TIMEOUT_SEC = 5
UI_LOAD_TIMEOUT_MSEC = UI_LOAD_TIMEOUT_SEC * 1000
LOADING_LIST_TIMEOUT_MSEC = 20000
PROCESS_TIMEOUT_SEC = 10
APP_LOAD_TIMEOUT_MSEC = 60000
MESSAGING_TIMEOUT_SEC = 60