Skip to content
Snippets Groups Projects
Commit cbc96808 authored by Daniel Agar's avatar Daniel Agar Committed by Lorenz Meier
Browse files

relax uorb test required avg

parent c9192e23
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment