ci bump test timeout to 30 seconds [skip ci]

The ARM runners are a lot slower.
This commit is contained in:
embeddedt
2022-05-09 13:40:48 -04:00
parent d6911053aa
commit 85e3e23878

View File

@@ -123,7 +123,7 @@ def run_tests(options_name):
os.chdir(get_build_dir(options_name))
subprocess.check_call(
['ctest', '--timeout', '15', '--parallel', str(os.cpu_count()), '--output-on-failure'])
['ctest', '--timeout', '30', '--parallel', str(os.cpu_count()), '--output-on-failure'])
def generate_code_coverage_report():