Skip to content

Commit

Permalink
Add a sleep for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed May 27, 2022
1 parent b50c996 commit 474b258
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MainWindow_TEST.cc
Original file line number Diff line number Diff line change
Expand Up @@ -750,6 +750,8 @@ TEST(MainWindowTest, IGN_UTILS_TEST_ENABLED_ONLY_ON_LINUX(ApplyConfig))
EXPECT_TRUE(mainWindow->ApplyConfig(c));
}

std::this_thread::sleep_for(std::chrono::milliseconds(50));

// Check applied config
{
auto c = mainWindow->CurrentWindowConfig();
Expand Down

0 comments on commit 474b258

Please sign in to comment.