Skip to content

Commit

Permalink
Update pullstratergy_tests.cpp
Browse files Browse the repository at this point in the history
wait_for_all() before term
  • Loading branch information
kumaakh committed Nov 12, 2022
1 parent f8d8568 commit 7a410d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/test/pullstratergy_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,9 @@ BOOST_AUTO_TEST_CASE(pullAnalogy)
std::thread t1(pull, sink);
t1.join();
p.stop();
p.term();
p.wait_for_all();
p.term();

}

BOOST_AUTO_TEST_SUITE_END()

0 comments on commit 7a410d9

Please sign in to comment.