Skip to content
Snippets Groups Projects
Commit 1b685de7 authored by Julian Oes's avatar Julian Oes
Browse files

simulator: raise timeout

This is not suposed to ever trigger anyway.
parent 8b2c4752
No related branches found
No related tags found
No related merge requests found
......@@ -775,7 +775,7 @@ void Simulator::pollForMAVLinkMessages(bool publish, InternetProtocol ip, int po
while (true) {
// wait for new mavlink messages to arrive
int pret = ::poll(&fds[0], fd_count, 4);
int pret = ::poll(&fds[0], fd_count, 1000);
if (pret == 0) {
// Timed out.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment