Skip to content

Commit

Permalink
Fix test_compression duration too short
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed Feb 4, 2024
1 parent 762b336 commit a9b6a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_compression.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def _run_sticker_convert(fmt: str, tmp_path: Path):
'--input-dir', SAMPLE_DIR,
'--output-dir', tmp_path,
'--preset', 'custom',
'--duration-max', '2',
'--duration-max', '2000',
'--steps', '6',
'--img-format', fmt,
'--vid-format', fmt
Expand Down

0 comments on commit a9b6a98

Please sign in to comment.