Skip to content

Commit

Permalink
to squash/discard
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsergio committed Jan 16, 2025
1 parent 57f1fc5 commit 821f337
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/auto/foundation/core_application/tst_core_application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,12 @@ TEST_CASE("Timer handling" * doctest::timeout(120))

CoreApplication app;

{
Timer warmupTimer;
warmupTimer.interval = 100ms;
warmupTimer.running = true;
app.processEvents(200);
}
// {
// Timer warmupTimer;
// warmupTimer.interval = 100ms;
// warmupTimer.running = true;
// app.processEvents(300);
// }

Timer timer;
timer.interval = 100ms;
Expand Down

0 comments on commit 821f337

Please sign in to comment.