Skip to content

Commit cb1a151

Browse files
Update websocket_runner keep alive timeout (#27815)
1 parent f14335b commit cb1a151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/py_matter_yamltests/matter_yamltests/websocket_runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from .hooks import WebSocketRunnerHooks
2323
from .runner import TestRunner
2424

25-
_KEEP_ALIVE_TIMEOUT_IN_SECONDS = 40
25+
_KEEP_ALIVE_TIMEOUT_IN_SECONDS = 120
2626
_MAX_MESSAGE_SIZE_IN_BYTES = 10485760 # 10 MB
2727

2828

0 commit comments

Comments
 (0)