mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Relax uORB test for Darwin CI system
This commit is contained in:
parent
e24d18f810
commit
630cebeabc
@ -480,8 +480,10 @@ int uORBTest::UnitTest::test_multi2()
|
||||
if (updated) {
|
||||
struct orb_test_medium msg;
|
||||
orb_copy(ORB_ID(orb_test_medium_multi), orb_data_cur_fd, &msg);
|
||||
|
||||
// Relax timing requirement for Darwin CI system
|
||||
#ifdef __PX4_DARWIN
|
||||
usleep(3000);
|
||||
usleep(10000);
|
||||
#else
|
||||
usleep(1000);
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user