Commit e0a18b1a authored by kinuthia's avatar kinuthia
Browse files

set timeout=10s for testing with short test vectors

parent 01b3a954
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@ def run_check(
        ref_bitstream,
        output_path,
        add_option_list=options,
        timeout=1,  # for testing,  to be reviewed
        timeout=10,  # for testing with short testv,  to be reviewed
    )

    if not is_ref_creation and not is_be_to_ref(output_path):