Skip to content
Snippets Groups Projects
Unverified Commit e24be66a authored by Noah Moss's avatar Noah Moss Committed by GitHub
Browse files

Bump up REPL timeout by a minute (#16604)

parent 0f5de39b
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@
:repl-options
{:init-ns user ; starting in the user namespace is a lot faster than metabase.core since it has less deps
:timeout 180000}}
:timeout 240000}}
;; output test results in JUnit XML format
:junit
......@@ -299,7 +299,7 @@
:repl-options
{:init (do (require 'metabase.core)
(metabase.core/-main))
:timeout 180000}}]
:timeout 240000}}]
;; DISABLED FOR NOW SINCE IT'S BROKEN -- SEE #12181
;; start the dev HTTP server with 'lein ring server'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment