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 0dd04337fd0b51212fa343d790f5283fb3b41ef9 Author: Pepijn Noltes <[email protected]> AuthorDate: Sat Jun 24 19:03:35 2023 +0200 Increase error margin in scheduled event test for linux --- 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 241fc870..b20b46bd 100644 --- a/libs/framework/gtest/src/ScheduledEventTestSuite.cc +++ b/libs/framework/gtest/src/ScheduledEventTestSuite.cc @@ -31,7 +31,7 @@ class ScheduledEventTestSuite : public ::testing::Test { #ifdef __APPLE__ const int ALLOWED_ERROR_MARGIN_IN_MS = 500; #else - const int ALLOWED_ERROR_MARGIN_IN_MS = 20; + const int ALLOWED_ERROR_MARGIN_IN_MS = 200; #endif /**
