Skip to content

Commit

Permalink
Increase OSX timeout again. #30
Browse files Browse the repository at this point in the history
  • Loading branch information
chr15m committed Feb 7, 2024
1 parent b519b61 commit 752368c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sitefoxtest/e2etests.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

(def host "localhost")
(def base-url (str "http://" host ":8000"))
(def browser-timeout 5000)
(def browser-timeout 60000)

(def log (j/call-in js/console [:log :bind] js/console " ---> "))
(def log-listeners (atom #{}))
Expand Down Expand Up @@ -65,6 +65,7 @@
{:browser browser :context context :page page}))

(defn catch-fail [err done server & [browser]]
(log "Caught test error.")
(when err
(.error js/console err))
(is (nil? err)
Expand Down

0 comments on commit 752368c

Please sign in to comment.