aboutsummaryrefslogtreecommitdiff
path: root/src/test/LoopTimerTest.cpp
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-05 12:37:14 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-12-05 12:37:14 +0100
commit090a2e8c26ade017a09049782465d7f7cea623ec (patch)
treedbbf43fe9dbf281fd37ac3c03a0757c41c3993e9 /src/test/LoopTimerTest.cpp
parentd78ba1aafe83b4d5cb64ea696089e7517691cd6f (diff)
save
Diffstat (limited to 'src/test/LoopTimerTest.cpp')
-rw-r--r--src/test/LoopTimerTest.cpp2
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();