Explorar el Código

chore: bump cli startup time test

Gabriel Horner hace 1 día
padre
commit
b484b072a3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      deps/cli/test/logseq/cli_test.cljs

+ 1 - 1
deps/cli/test/logseq/cli_test.cljs

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