From 51351852ee5c9851292a499223ab9e3835eafafe Mon Sep 17 00:00:00 2001 From: Carolina Lopes <116589288+ccruzagralopes@users.noreply.github.com> Date: Fri, 7 Jul 2023 18:34:21 -0300 Subject: [PATCH] Update websocket_runner keep alive timeout (#27815) --- .../py_matter_yamltests/matter_yamltests/websocket_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/py_matter_yamltests/matter_yamltests/websocket_runner.py b/scripts/py_matter_yamltests/matter_yamltests/websocket_runner.py index f32968debfacfc..c90c50d15a177f 100644 --- a/scripts/py_matter_yamltests/matter_yamltests/websocket_runner.py +++ b/scripts/py_matter_yamltests/matter_yamltests/websocket_runner.py @@ -22,7 +22,7 @@ from .hooks import WebSocketRunnerHooks from .runner import TestRunner -_KEEP_ALIVE_TIMEOUT_IN_SECONDS = 40 +_KEEP_ALIVE_TIMEOUT_IN_SECONDS = 120 _MAX_MESSAGE_SIZE_IN_BYTES = 10485760 # 10 MB