Skip to content

Commit

Permalink
FileWatchTest fix for github windows CI (#4016)
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
(cherry picked from commit c216133)
  • Loading branch information
Mario-DL authored and cferreiragonz committed Dec 5, 2023
1 parent e8464b6 commit f188b30
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/unittest/utils/SystemInfoTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,8 @@ TEST_F(SystemInfoTests, FileWatchTest)
cv_.notify_all();
});

std::this_thread::sleep_for(_1s);

// Read contents
{
std::ifstream file(filename);
Expand Down

0 comments on commit f188b30

Please sign in to comment.