Tests: increase allowed error threshold for VSE render tests

ffmpeg video decoding on mac produces a tiny bit different results,
it seems. The error threshold is still below the default threshold.
This commit is contained in:
Aras Pranckevicius
2024-11-14 14:28:07 +02:00
parent 250196e60a
commit c7432c25ac

View File

@@ -50,7 +50,7 @@ def main():
report = render_report.Report("Sequencer", output_dir, oiiotool)
report.set_pixelated(True)
# Default error tolerances are quite large, lower them.
report.set_fail_threshold(2.0 / 255.0)
report.set_fail_threshold(3.0 / 255.0)
report.set_fail_percent(0.01)
report.set_reference_dir("reference")