Skip to content

Commit

Permalink
Poll for reqponse more often
Browse files Browse the repository at this point in the history
  • Loading branch information
urfeex committed Nov 13, 2024
1 parent 9f9d2f6 commit 45dcebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ur/dashboard_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ bool DashboardClient::waitForReply(const std::string& command, const std::string
const std::chrono::duration<double> timeout)
{
URCL_LOG_DEBUG("Waiting for answer for command: %s", command.c_str());
const std::chrono::duration<double> wait_period = 100ms;
const std::chrono::duration<double> wait_period = 10ms;

std::chrono::duration<double> time_done(0);
std::string response;
Expand Down

0 comments on commit 45dcebe

Please sign in to comment.