aboutsummaryrefslogtreecommitdiff
path: root/rpkid/tests
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/tests')
-rw-r--r--rpkid/tests/yamlconf.py2
-rw-r--r--rpkid/tests/yamltest.py2
2 files changed, 2 insertions, 2 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:
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: