diff --git a/bin/tests/system/cds/checktime.pl b/bin/tests/system/cds/checktime.pl index b7e5e5236a..d85fd9125c 100644 --- a/bin/tests/system/cds/checktime.pl +++ b/bin/tests/system/cds/checktime.pl @@ -24,4 +24,4 @@ while (<>) { die "missing notbefore time" unless $notbefore; die "missing inception time" unless $inception; my $delta = $inception - $notbefore; -die "bad inception time $delta" unless abs($delta - $target) <= 3; +die "bad inception time $delta" unless abs($delta - $target) <= 10;