From 3cb6d6c25bb57410e6a66b9b92a7f0848a826cd1 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Thu, 3 Jan 2019 11:26:15 -0800 Subject: [PATCH] Don't sleep in integration tests (#6636) Fixes #6635. * Don't sleep in integration tests. * add backslash --- tests/integration/_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration/_common.sh b/tests/integration/_common.sh index 1e444fa26..8a1c07e3c 100755 --- a/tests/integration/_common.sh +++ b/tests/integration/_common.sh @@ -43,5 +43,6 @@ certbot_test_no_force_renew () { --register-unsafely-without-email \ --debug \ -vv \ + --no-random-sleep-on-renew \ "$@" }