Skip to content

Commit 8258dde

Browse files
committed
increase UI request timeout
1 parent b05ce7b commit 8258dde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cljs/xt_play/model/run.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
(-pr-writer [_ writer _]
1515
(write-all writer "#xt/" tag " " (pr-str value))))
1616

17-
(def timeout-millis 30000)
17+
(def timeout-millis 85000)
1818

1919
(def transit-read-handlers
2020
{"time/zoned-date-time" (transit/read-handler #(TemporalValue. "zdt" %))

0 commit comments

Comments
 (0)