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:
Lorenz Meier
2019-12-23 22:21:58 +01:00
parent 9ac68abd5c
commit acd18adc18
2 changed files with 2 additions and 2 deletions

View File

@@ -667,7 +667,7 @@ void Simulator::poll_for_MAVLink_messages()
break;
} else {
system_sleep(1);
system_usleep(100);
}
}