Skip to content

Commit

Permalink
fix test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad Phelan committed Sep 13, 2023
1 parent 7b7c4a6 commit d109579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/test_semaphores.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,11 @@ TEST_CASE("ConflictGraph.4threads")
TEST_CASE("Semaphore.Deadlock")
{
using namespace std::chrono_literals;
tf::Executor executor(16);

for (size_t i = 0; i < 10000; ++i)
{
tf::CriticalSection critical(1);
tf::Executor executor(16);

auto lazy_data = [&](tf::Subflow &rt)
{
Expand Down

0 comments on commit d109579

Please sign in to comment.