From 5adf412afc23eb843758ed6302e515d8c58e825b Mon Sep 17 00:00:00 2001 From: Anastasiya Semenkevich Date: Sat, 20 Jan 2024 17:37:44 +0300 Subject: [PATCH] chore: increase process timeout for 10 seconds --- configs/timeouts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/timeouts.py b/configs/timeouts.py index b172bcf..b8be852 100644 --- a/configs/timeouts.py +++ b/configs/timeouts.py @@ -2,6 +2,6 @@ UI_LOAD_TIMEOUT_SEC = 5 UI_LOAD_TIMEOUT_MSEC = UI_LOAD_TIMEOUT_SEC * 1000 -PROCESS_TIMEOUT_SEC = 5 +PROCESS_TIMEOUT_SEC = 10 APP_LOAD_TIMEOUT_MSEC = 60000 MESSAGING_TIMEOUT_SEC = 60