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 5b313fd commit 2d21db7Copy full SHA for 2d21db7
test/mysql_queue/core_test.clj
@@ -62,8 +62,8 @@
62
:err-fn #(deliver exception %)
63
:max-scheduler-sleep-interval 0.5
64
:max-recovery-sleep-interval 0.5)]
65
- (is (deref success? 10000 false)
66
- (str "Failed to process " num-jobs " test jobs in 10 seconds.\n"
+ (is (deref success? 15000 false)
+ (str "Failed to process " num-jobs " test jobs in 15 seconds.\n"
67
"Missing job IDs: " (clj-set/difference expected-set @check-ins) "\n"
68
"Exception?: " (deref exception 0 "nope")))
69
(is (= num-jobs (count @check-ins))
0 commit comments