Skip to content

Commit

Permalink
core_cpp_pubsub, TimeoutAcknowledgment timing changed (failed on GH a…
Browse files Browse the repository at this point in the history
…ctions)
  • Loading branch information
rex-schilasky committed May 11, 2024
1 parent bc1573c commit 5569e7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ecal/tests/cpp/pubsub_test/src/pubsub_acknowledge.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ TEST(core_cpp_pubsub, TimeoutAcknowledgment)
EXPECT_TRUE(send);
}
, std::chrono::milliseconds(99)
, std::chrono::milliseconds(120)
, std::chrono::milliseconds(140)
);
}

Expand All @@ -102,7 +102,7 @@ TEST(core_cpp_pubsub, TimeoutAcknowledgment)
EXPECT_TRUE(send);
}
, std::chrono::milliseconds(0)
, std::chrono::milliseconds(120)
, std::chrono::milliseconds(140)
);
std::this_thread::sleep_until(now + std::chrono::milliseconds(200));
}
Expand Down

0 comments on commit 5569e7b

Please sign in to comment.