mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Don't sleep in integration tests (#6636)
Fixes #6635. * Don't sleep in integration tests. * add backslash
This commit is contained in:
parent
bb0f356610
commit
3cb6d6c25b
1 changed files with 1 additions and 0 deletions
|
|
@ -43,5 +43,6 @@ certbot_test_no_force_renew () {
|
|||
--register-unsafely-without-email \
|
||||
--debug \
|
||||
-vv \
|
||||
--no-random-sleep-on-renew \
|
||||
"$@"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue