mirror of
https://github.com/status-im/nim-codex.git
synced 2025-02-03 06:24:07 +00:00
DIsable continuous updates by default (for CI)
This commit is contained in:
parent
d116878f17
commit
2faf617538
@ -42,7 +42,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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user