This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch feature/scheduled_event_on_event_thread in repository https://gitbox.apache.org/repos/asf/celix.git
commit f884cea3bfb6291a6d8696107082f74fe4cafca2 Author: Pepijn Noltes <[email protected]> AuthorDate: Sat Jun 24 15:48:28 2023 +0200 Increase error margin in scheduled event test for macos --- libs/framework/gtest/src/ScheduledEventTestSuite.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/framework/gtest/src/ScheduledEventTestSuite.cc b/libs/framework/gtest/src/ScheduledEventTestSuite.cc index 6a49b024..241fc870 100644 --- a/libs/framework/gtest/src/ScheduledEventTestSuite.cc +++ b/libs/framework/gtest/src/ScheduledEventTestSuite.cc @@ -29,7 +29,7 @@ class ScheduledEventTestSuite : public ::testing::Test { std::shared_ptr<celix::Framework> fw{}; #ifdef __APPLE__ - const int ALLOWED_ERROR_MARGIN_IN_MS = 200; + const int ALLOWED_ERROR_MARGIN_IN_MS = 500; #else const int ALLOWED_ERROR_MARGIN_IN_MS = 20; #endif
