testing cleanup

This commit is contained in:
Daniel Agar
2016-04-24 13:26:27 -04:00
committed by Lorenz Meier
parent 12165ba5a4
commit 008354f935
11 changed files with 153 additions and 145 deletions
@@ -128,7 +128,7 @@ int uORBTest::UnitTest::pubsublatency_main(void)
pubsubtest_passed = true;
if (static_cast<float>(latency_integral / maxruns) > 30.0f) {
if (static_cast<float>(latency_integral / maxruns) > 40.0f) {
pubsubtest_res = uORB::ERROR;
} else {