Browse Source

chore: bump exporter test time

exporter taking little longer on docs graph with recent
change where advanced query rewrite is included in test
Gabriel Horner 5 months ago
parent
commit
a16eb2eb10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      deps/graph-parser/test/logseq/graph_parser/exporter_test.cljs

+ 1 - 1
deps/graph-parser/test/logseq/graph_parser/exporter_test.cljs

@@ -139,7 +139,7 @@
           end-time (cljs.core/system-time)]
 
     ;; Add multiplicative factor for CI as it runs about twice as slow
-    (let [max-time (-> 15 (* (if js/process.env.CI 2 1)))]
+    (let [max-time (-> 20 (* (if js/process.env.CI 2 1)))]
       (is (< (-> end-time (- start-time) (/ 1000)) max-time)
           (str "Importing large graph takes less than " max-time "s")))