diff --git a/tests/kalman_filter_smoother/test_compute_Pinf_Pstar.mod b/tests/kalman_filter_smoother/test_compute_Pinf_Pstar.mod
index 036b62442e13a3849be1204029d5ea31f673ce7f..e2551ef2ca8388ab4c0651d47d67ff54ac2d007b 100644
--- a/tests/kalman_filter_smoother/test_compute_Pinf_Pstar.mod
+++ b/tests/kalman_filter_smoother/test_compute_Pinf_Pstar.mod
@@ -103,9 +103,9 @@ k = reshape(1:M_.endo_nbr,3,round(M_.endo_nbr/3));
 kc = k(1,:);
 kr = k(2:3,:);
 
-if norm(Pinf(kr(:),kc)) > 1e-15
+if norm(Pinf(kr(:),kc)) > 1e-14
    error('Pinf isn''t correct')
 end
-if norm(Pinf(kr(:),kc)) > 1e-15
+if norm(Pinf(kr(:),kc)) > 1e-14
    error('Pstar isn''t correct')
 end