Skip to content

Commit

Permalink
Expand sleep
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Jan 25, 2024
1 parent 7d7655e commit 70ee1a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ void runReplier()
{
transport::Node node;
EXPECT_TRUE(node.Advertise(g_topic, srvWithoutOutput));
std::this_thread::sleep_for(std::chrono::milliseconds(6000));
std::this_thread::sleep_for(std::chrono::seconds(30));
}

//////////////////////////////////////////////////
Expand Down

0 comments on commit 70ee1a0

Please sign in to comment.