Skip to content

Commit

Permalink
iox-#2329 Increase timeout detection for triggerNotifiesConditionVari…
Browse files Browse the repository at this point in the history
…able test due to sporadic failures on macOS
  • Loading branch information
elBoberido committed Aug 21, 2024
1 parent 8513ab3 commit bf4e66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iceoryx_posh/test/moduletests/test_popo_trigger_handle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ TEST_F(TriggerHandle_test, triggerNotifiesConditionVariable)
std::this_thread::yield();
}

iox::deadline_timer timeout{100_ms};
iox::deadline_timer timeout{200_ms};
EXPECT_THAT(stage.load(), Eq(1));
std::this_thread::sleep_for(std::chrono::milliseconds(10));
EXPECT_THAT(stage.load(), Eq(1));
Expand Down

0 comments on commit bf4e66a

Please sign in to comment.