mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-06 22:53:11 +00:00
attempt to fix windows ci not starting codex fast enough
This commit is contained in:
parent
424d6fb560
commit
6b1e0b0f38
@ -54,6 +54,8 @@ proc waitUntilStarted*(node: NodeProcess) =
|
||||
if node.debug:
|
||||
sleep(5_000)
|
||||
else:
|
||||
when defined(windows):
|
||||
sleep(5_000)
|
||||
node.waitUntilOutput("Started codex node")
|
||||
|
||||
proc startNode*(args: openArray[string], debug: string | bool = false): NodeProcess =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user