Skip to content

Commit

Permalink
PR IntelRealSense#10990 from noacoohen: Add more information to waiti…
Browse files Browse the repository at this point in the history
…ng-on test
  • Loading branch information
Nir-Az authored Oct 26, 2022
2 parents e9a29da + 945804e commit 429053b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unit-tests/utilities/time/test-waiting-on.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,7 @@ TEST_CASE( "Not invoked flush timeout expected" )
invoked.wait_until( timeout, [&]() { return invoked; } );
auto wait_time = sw.get_elapsed();

INFO( wait_time.count() );
INFO( timeout.count() );
REQUIRE( wait_time >= timeout );
}

0 comments on commit 429053b

Please sign in to comment.