Communication: Increase device timeout in overloaded waitForMessageSync

pull/64/head
jschwartz 2023-12-07 16:03:31 -05:00
parent 28ba94fa25
commit 26b52237e4
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public:
std::shared_ptr<Message> waitForMessageSync(
std::function<bool(void)> onceWaitingDo,
const std::shared_ptr<MessageFilter>& f = {},
std::chrono::milliseconds timeout = std::chrono::milliseconds(50));
std::chrono::milliseconds timeout = std::chrono::milliseconds(500));
void dispatchMessage(const std::shared_ptr<Message>& msg);