mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 09:28:58 +00:00
Tests: Speed up boot
The previous boot configuration took at minimum one second to boot. This is in particular significant in tests when the system is often started and stopped
This commit is contained in:
@@ -667,7 +667,7 @@ void Simulator::poll_for_MAVLink_messages()
|
||||
break;
|
||||
|
||||
} else {
|
||||
system_sleep(1);
|
||||
system_usleep(100);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user