mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Increase tolerances in --min-duration tests
The underpowered and oversubscribed CI servers are hell.
This commit is contained in:
@@ -16,8 +16,8 @@ TEST_CASE( "sleep_for_100ms", "[.min_duration_test][approvals]" )
|
||||
CHECK( true );
|
||||
}
|
||||
|
||||
TEST_CASE( "sleep_for_200ms", "[.min_duration_test][approvals]" )
|
||||
TEST_CASE( "sleep_for_250ms", "[.min_duration_test][approvals]" )
|
||||
{
|
||||
std::this_thread::sleep_for( std::chrono::milliseconds( 200 ) );
|
||||
std::this_thread::sleep_for( std::chrono::milliseconds( 250 ) );
|
||||
CHECK( true );
|
||||
}
|
||||
|
Reference in New Issue
Block a user