Commit 3796465f authored by Jan Kiene's avatar Jan Kiene
Browse files

increase timeout to be safe for good runs

parent 387f6098
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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(