Skip to content

Commit 7cae0a8

Browse files
Apply suggestion from @facontidavide
1 parent 8360600 commit 7cae0a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/gtest_decorator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ TEST(Decorator, DelayWithXML)
250250
// Poll until the delay completes (with timeout for safety)
251251
while(status == NodeStatus::RUNNING)
252252
{
253-
std::this_thread::sleep_for(std::chrono::milliseconds(10));
253+
std::this_thread::sleep_for(std::chrono::milliseconds(1));
254254
status = tree.tickOnce();
255255
}
256256
auto end = std::chrono::steady_clock::now();

0 commit comments

Comments
 (0)