We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b05ce7b commit 8258ddeCopy full SHA for 8258dde
src/cljs/xt_play/model/run.cljs
@@ -14,7 +14,7 @@
14
(-pr-writer [_ writer _]
15
(write-all writer "#xt/" tag " " (pr-str value))))
16
17
-(def timeout-millis 30000)
+(def timeout-millis 85000)
18
19
(def transit-read-handlers
20
{"time/zoned-date-time" (transit/read-handler #(TemporalValue. "zdt" %))
0 commit comments