mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
chore: bump exporter test time
exporter taking little longer on docs graph with recent change where advanced query rewrite is included in test
This commit is contained in:
@@ -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")))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user