aboutsummaryrefslogtreecommitdiff
path: root/rpkid/tests/yamltest.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/tests/yamltest.py')
-rw-r--r--rpkid/tests/yamltest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpkid/tests/yamltest.py b/rpkid/tests/yamltest.py
index ae8a1293..1e9256e3 100644
--- a/rpkid/tests/yamltest.py
+++ b/rpkid/tests/yamltest.py
@@ -127,7 +127,7 @@ class allocation_db(list):
self.root = allocation(yaml, 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: