From c486790d17aad22ba7d7ac9198d7266fe28be215 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 10 Jun 2025 08:10:25 +0200 Subject: [PATCH] Add ws resubscribe value --- tests/integration/testmanager.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/testmanager.nim b/tests/integration/testmanager.nim index 145ce40e..1cb5eca9 100644 --- a/tests/integration/testmanager.nim +++ b/tests/integration/testmanager.nim @@ -354,6 +354,7 @@ proc buildCommand( "--verbosity:0 " & "--hints:off " & "-d:release " & + "-d:ws_resubscribe=240 " & "-r " & &"{testFile}" #!fmt: on