diff options
Diffstat (limited to 'rpkid/tests/yamlconf.py')
-rw-r--r-- | rpkid/tests/yamlconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/tests/yamlconf.py b/rpkid/tests/yamlconf.py index ac1c3292..b903d716 100644 --- a/rpkid/tests/yamlconf.py +++ b/rpkid/tests/yamlconf.py @@ -128,7 +128,7 @@ class allocation_db(list): self.root = allocation(y, self) assert self.root.is_root if self.root.crl_interval is None: - self.root.crl_interval = 24 * 60 * 60 + self.root.crl_interval = 60 * 60 if self.root.regen_margin is None: self.root.regen_margin = 24 * 60 * 60 if self.root.base.valid_until is None: |