Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Maybe some sleep will help this test on CI.
  • Loading branch information
tobias committed Mar 31, 2015
1 parent 0adea53 commit 37d42cc
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -236,6 +236,7 @@
(deliver p :success)))))
(.schedule default id #() {})
(is (= :success (deref p 1000 :failure)))
(Thread/sleep 100)
(is (false? (.unschedule default id)))
(is (empty? (.scheduledJobs default)))
(-> (.scheduler default)
Expand Down

0 comments on commit 37d42cc

Please sign in to comment.