Skip to content

Commit 45dcebe

Browse files
committed
Poll for reqponse more often
1 parent 9f9d2f6 commit 45dcebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ur/dashboard_client.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ bool DashboardClient::waitForReply(const std::string& command, const std::string
181181
const std::chrono::duration<double> timeout)
182182
{
183183
URCL_LOG_DEBUG("Waiting for answer for command: %s", command.c_str());
184-
const std::chrono::duration<double> wait_period = 100ms;
184+
const std::chrono::duration<double> wait_period = 10ms;
185185

186186
std::chrono::duration<double> time_done(0);
187187
std::string response;

0 commit comments

Comments
 (0)