Commit ec5989cc authored by Jouni Paulus's avatar Jouni Paulus
Browse files

Merge remote-tracking branch 'origin/main' into...

Merge remote-tracking branch 'origin/main' into asan_error_omasa_to_binaural_with_hrtf_load_and_bitrate_switching
parents 03a826eb cf494821
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -332,7 +332,7 @@ class EncoderFrontend:
        log_dbg_msg(f"{self._type} encoder command:\n{cmd_str}")

        try:
            result = run(command, capture_output=True, check=True, timeout=self.timeout)
            result = run(command, capture_output=True, check=False, timeout=self.timeout)
        except TimeoutExpired:
            pytest.fail(f"{self._type} encoder run timed out after {self.timeout}s.")