Loading ci/run_scheduled_sanitizer_test.py +2 −2 Original line number Diff line number Diff line Loading @@ -148,9 +148,9 @@ def run_check(in_format: str, out_formats: list, tests: list, run_fec: bool = Tr *md_file_command, "--usan_supp_file", USAN_SUPP_FILE, # timeout of 5 minutes per en/decoding to safeguard against endless loops # timeout of 15 minutes per en/decoding to safeguard against endless loops "--timeout", 60 * 5, 60 * 15, ] print( Loading Loading
ci/run_scheduled_sanitizer_test.py +2 −2 Original line number Diff line number Diff line Loading @@ -148,9 +148,9 @@ def run_check(in_format: str, out_formats: list, tests: list, run_fec: bool = Tr *md_file_command, "--usan_supp_file", USAN_SUPP_FILE, # timeout of 5 minutes per en/decoding to safeguard against endless loops # timeout of 15 minutes per en/decoding to safeguard against endless loops "--timeout", 60 * 5, 60 * 15, ] print( Loading