mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-07 07:53:07 +00:00
DIsable continuous updates by default (for CI)
This commit is contained in:
parent
5f3a2b70f1
commit
3564b7afeb
@ -46,7 +46,7 @@ proc run() {.async.} =
|
|||||||
const debugCodexNodes = true
|
const debugCodexNodes = true
|
||||||
# Shows test status updates at time intervals. Useful for running locally with
|
# Shows test status updates at time intervals. Useful for running locally with
|
||||||
# active terminal interaction. Set to false for unattended runs, eg CI.
|
# active terminal interaction. Set to false for unattended runs, eg CI.
|
||||||
const showContinuousStatusUpdates = true
|
const showContinuousStatusUpdates = false
|
||||||
# Timeout duration for EACH integration test file.
|
# Timeout duration for EACH integration test file.
|
||||||
const testTimeout = 60.minutes
|
const testTimeout = 60.minutes
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user