MAVLink sim: Start faster

This reduces test times across the board.
This commit is contained in:
Lorenz Meier 2020-01-25 16:05:46 +01:00
parent 7b44f5d069
commit 7e39ef8b8f

View File

@ -747,7 +747,7 @@ void Simulator::run()
} else {
::close(_fd);
system_sleep(1);
system_usleep(100);
}
}