Skip to content

Commit 5468e0b

Browse files
committed
less strict unit test failure limit (fixes potential spurious failure)
1 parent ea454bc commit 5468e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mrpt_pf_localization/test/test_pf_localization.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ struct TestParams
2727
mrpt::get_env<std::string>("TEST_FINAL_GT_POSE", "[-9.03 4.5 0 4.3 0 0]");
2828

2929
const double TEST_CONVERGENCE_TOLERANCE =
30-
mrpt::get_env<double>("TEST_CONVERGENCE_TOLERANCE", 0.25);
30+
mrpt::get_env<double>("TEST_CONVERGENCE_TOLERANCE", 0.30);
3131

3232
const std::string TEST_MM_FILE = mrpt::get_env<std::string>("TEST_MM_FILE", "");
3333

0 commit comments

Comments
 (0)