mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-16 22:50:36 +08:00
relax uorb test required avg
This commit is contained in:
committed by
Lorenz Meier
parent
c9192e23e1
commit
cbc9680800
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user