Skip to content

Commit

Permalink
Update websocket_runner keep alive timeout (#27815)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccruzagralopes authored and pull[bot] committed Aug 26, 2023
1 parent 1f32e99 commit 7451523
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 7451523

Please sign in to comment.