diff --git a/test/test.cpp b/test/test.cpp index 325620fb..51cad692 100644 --- a/test/test.cpp +++ b/test/test.cpp @@ -189,6 +189,7 @@ void DepthTest() tracy::SetThreadName( "Depth test" ); for(;;) { + std::this_thread::sleep_for( std::chrono::milliseconds( 1 ) ); ZoneScoped; const auto txt = "Fibonacci (15)"; ZoneText( txt, strlen( txt ) );