From 46abdd1126ee8762814c724a6c067a87061f0672 Mon Sep 17 00:00:00 2001 From: Jelle Raaijmakers Date: Mon, 10 Mar 2025 12:46:14 +0100 Subject: [PATCH] Tests: Use own websocket echo server instead of websocket.org The public one at echo.websocket.org tends to be slow at times, frequently causing timeouts. Ideally we would run a local websocket server but for now we can make do with a self-hosted alternative. --- Tests/LibWeb/Text/input/WebSocket/WebSocket-gc.html | 2 +- Tests/LibWeb/Text/input/WebSocket/echo.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Tests/LibWeb/Text/input/WebSocket/WebSocket-gc.html b/Tests/LibWeb/Text/input/WebSocket/WebSocket-gc.html index 246911e4fbb..83cc664e5b2 100644 --- a/Tests/LibWeb/Text/input/WebSocket/WebSocket-gc.html +++ b/Tests/LibWeb/Text/input/WebSocket/WebSocket-gc.html @@ -2,7 +2,7 @@