diff --git a/certbot_dns_wedos/dns_wedos.py b/certbot_dns_wedos/dns_wedos.py index efc4d68..a26c51b 100644 --- a/certbot_dns_wedos/dns_wedos.py +++ b/certbot_dns_wedos/dns_wedos.py @@ -111,7 +111,7 @@ def __init__(self, *args: Any, **kwargs: Any) -> None: @classmethod def add_parser_arguments(cls, add: Callable[..., None], - default_propagation_seconds: int = 360) -> None: + default_propagation_seconds: int = 420) -> None: super().add_parser_arguments(add, default_propagation_seconds) add('credentials', help='Wedos credentials INI file.') @@ -161,4 +161,4 @@ def _get_wedos_client(self) -> _WedosClient: return _WedosClient( self.credentials.conf('user'), self.credentials.conf('auth') - ) \ No newline at end of file + )