DIsable continuous updates by default (for CI)

This commit is contained in:
Eric 2025-01-22 16:28:38 +11:00
parent 6ccd84b94f
commit 6db6e6c2eb
No known key found for this signature in database

View File

@ -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