diff options
-rw-r--r-- | src/test/LoopTimerTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/LoopTimerTest.cpp b/src/test/LoopTimerTest.cpp index 9068c72..7652093 100644 --- a/src/test/LoopTimerTest.cpp +++ b/src/test/LoopTimerTest.cpp @@ -61,7 +61,7 @@ TEST_F(LoopTimerTest, getCurrentTime) { auto start_time = steady_clock::now(); - // Sleep for 500 milliseconds + // Sleep std::this_thread::sleep_for(std::chrono::milliseconds(100)); loop_timer.update(); |