ci limit tests to 15 seconds
This commit is contained in:
@@ -123,7 +123,7 @@ def run_tests(options_name):
|
||||
|
||||
os.chdir(get_build_dir(options_name))
|
||||
subprocess.check_call(
|
||||
['ctest', '--parallel', str(os.cpu_count()), '--output-on-failure'])
|
||||
['ctest', '--timeout', '15', '--parallel', str(os.cpu_count()), '--output-on-failure'])
|
||||
|
||||
|
||||
def generate_code_coverage_report():
|
||||
|
||||
Reference in New Issue
Block a user