mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Lenghten timing threshold in --min-duration integration test
This commit is contained in:
		@@ -11,7 +11,7 @@ message( STATUS "Extra tests included" )
 | 
				
			|||||||
# The MinDuration reporting tests do not need separate compilation, but
 | 
					# The MinDuration reporting tests do not need separate compilation, but
 | 
				
			||||||
# they have non-trivial execution time, so they are categorized as
 | 
					# they have non-trivial execution time, so they are categorized as
 | 
				
			||||||
# extra tests, so that they are run less.
 | 
					# extra tests, so that they are run less.
 | 
				
			||||||
add_test(NAME MinDuration::SimpleThreshold COMMAND $<TARGET_FILE:SelfTest> --min-duration 0.22 [min_duration_test])
 | 
					add_test(NAME MinDuration::SimpleThreshold COMMAND $<TARGET_FILE:SelfTest> --min-duration 0.245 [min_duration_test])
 | 
				
			||||||
set_tests_properties(
 | 
					set_tests_properties(
 | 
				
			||||||
    MinDuration::SimpleThreshold
 | 
					    MinDuration::SimpleThreshold
 | 
				
			||||||
  PROPERTIES
 | 
					  PROPERTIES
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user