relax uorb test required avg

This commit is contained in:
Daniel Agar 2016-12-30 20:01:02 -05:00 committed by Lorenz Meier
parent c9192e23e1
commit cbc9680800
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ int uORBTest::UnitTest::pubsublatency_main(void)
pubsubtest_passed = true;
if (static_cast<float>(latency_integral / maxruns) > 80.0f) {
if (static_cast<float>(latency_integral / maxruns) > 100.0f) {
pubsubtest_res = uORB::ERROR;
} else {