From 3564b7afeba2fb357bdf3de8d519df1a30ff30d1 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Wed, 22 Jan 2025 16:28:38 +1100 Subject: [PATCH] DIsable continuous updates by default (for CI) --- tests/testIntegration.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testIntegration.nim b/tests/testIntegration.nim index bbbb0263..0a81e62e 100644 --- a/tests/testIntegration.nim +++ b/tests/testIntegration.nim @@ -46,7 +46,7 @@ proc run() {.async.} = const debugCodexNodes = true # Shows test status updates at time intervals. Useful for running locally with # active terminal interaction. Set to false for unattended runs, eg CI. - const showContinuousStatusUpdates = true + const showContinuousStatusUpdates = false # Timeout duration for EACH integration test file. const testTimeout = 60.minutes