chore: bump cli startup time test

This commit is contained in:
Gabriel Horner
2026-02-20 13:54:42 -05:00
parent 5e43f89af2
commit b484b072a3

View File

@@ -18,6 +18,6 @@
(is (string/includes? (str (.-stdout result))
"Usage: logseq [command]"))
(let [max-time (-> 0.25 (* (if js/process.env.CI 2 1)))]
(let [max-time (-> 0.40 (* (if js/process.env.CI 2 1)))]
(is (< (-> end-time (- start-time) (/ 1000)) max-time)
(str "Printing CLI help takes less than " max-time "s")))))