From 8a86276a8606ac96871d07d2c8ddeb0c7d067803 Mon Sep 17 00:00:00 2001 From: John Sully Date: Mon, 27 Jan 2020 18:31:02 -0500 Subject: [PATCH] cron reliability Former-commit-id: c24a7c03c207d5e6ad95ef8958c0cfb118c1b593 --- tests/unit/cron.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/cron.tcl b/tests/unit/cron.tcl index 554df9328..6fadc693d 100644 --- a/tests/unit/cron.tcl +++ b/tests/unit/cron.tcl @@ -1,4 +1,4 @@ -start_server {tags {"CRON"}} { +start_server {tags {"CRON"} overrides {hz 100} } { test {cron singleshot past tense} { r flushall r cron testjob single 0 1 {redis.call("incr", "testkey")} 1 testkey