diff --git a/test/e2e/configs/timeouts.py b/test/e2e/configs/timeouts.py index b172bcfc46..b8be85228e 100644 --- a/test/e2e/configs/timeouts.py +++ b/test/e2e/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