From f5009860c388b555f2d01938b77f6f53f5b17532 Mon Sep 17 00:00:00 2001 From: Seyed Amir Hossein Aqajari Date: Wed, 7 Aug 2019 17:38:09 -0700 Subject: [PATCH 1/1] Update gentle-wake-up.groovy --- official/gentle-wake-up.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/official/gentle-wake-up.groovy b/official/gentle-wake-up.groovy index 0d2e14d..c2b28fc 100755 --- a/official/gentle-wake-up.groovy +++ b/official/gentle-wake-up.groovy @@ -529,7 +529,7 @@ private increment() { def runAgain = stepDuration() log.debug "Rescheduling to run again in ${runAgain} seconds" - runIn(runAgain, 'increment', [overwrite: true]) + //runIn(runAgain, 'increment', [overwrite: true]) } else { -- 2.34.1