diff --git a/iceoryx_posh/test/moduletests/test_posh_runtime_heartbeat.cpp b/iceoryx_posh/test/moduletests/test_posh_runtime_heartbeat.cpp index 389c44ad7e1..f4c424a8a14 100644 --- a/iceoryx_posh/test/moduletests/test_posh_runtime_heartbeat.cpp +++ b/iceoryx_posh/test/moduletests/test_posh_runtime_heartbeat.cpp @@ -30,7 +30,8 @@ using namespace iox; using namespace iox::runtime; constexpr uint64_t ALLOWED_NON_SLEEP_JITTER_MS{5}; -constexpr uint64_t ALLOWED_SLEEP_JITTER_MS{50}; +// NOTE: this needs to be quite high due to the thread sanitizer on macOS slows the application down quite a lot +constexpr uint64_t ALLOWED_SLEEP_JITTER_MS{150}; TEST(Heartbeat_test, ElapsedMillisecondsSinceLastBeatOnNewlyCreatedInstanceIsCloseToZero) {