Skip to content

Commit

Permalink
Merge pull request #332 from WilliamParker/issue330
Browse files Browse the repository at this point in the history
Issue 330: Fix ClojureScript accumulation and memory tests that fail …
  • Loading branch information
WilliamParker authored Aug 8, 2017
2 parents 45dd84b + e9f3ee2 commit 8b36634
Show file tree
Hide file tree
Showing 3 changed files with 342 additions and 324 deletions.
4 changes: 4 additions & 0 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
"phantom-advanced" ["phantomjs"
"src/test/js/runner.js"
"src/test/html/advanced.html"]}}

:repl-options {;; The large number of ClojureScript tests is causing long compilation times
;; to start the REPL.
:timeout 120000}

;; Factoring out the duplication of this test selector function causes an error,
;; perhaps because Leiningen is using this as uneval'ed code.
Expand Down
Loading

0 comments on commit 8b36634

Please sign in to comment.