Skip to content

Commit 25ef945

Browse files
committed
try fix
1 parent 6af3359 commit 25ef945

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

include/behaviortree_cpp/utils/wakeup_signal.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class WakeUpSignal
2323
ready_ = false;
2424
return res;
2525
}
26+
return ready_;
2627
}
2728

2829
void emitSignal()

tests/gtest_parallel.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -562,12 +562,9 @@ TEST(Parallel, PauseWithRetry)
562562
return std::chrono::duration_cast<std::chrono::milliseconds>(t).count();
563563
};
564564

565-
auto start = std::chrono::system_clock::now();;
566-
567565
while (!isStatusCompleted(status))
568566
{
569567
std::this_thread::sleep_for(std::chrono::milliseconds(1));
570-
std::cout << toMsec(std::chrono::system_clock::now() - start) << std::endl;
571568

572569
if(!done_detected)
573570
{

0 commit comments

Comments
 (0)