From 090a2e8c26ade017a09049782465d7f7cea623ec Mon Sep 17 00:00:00 2001 From: WBoerenkamps Date: Thu, 5 Dec 2024 12:37:14 +0100 Subject: save --- src/test/LoopTimerTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); -- cgit v1.2.3