diff --git a/misc/units.py b/misc/units.py index 8c5ac05a2e..50b1b00bfa 100755 --- a/misc/units.py +++ b/misc/units.py @@ -268,7 +268,7 @@ def run_shrink(cmdline_template, finput, foutput, lang): print('Shrinking ' + finput + ' as ' + lang) # fallback to the shell script version - subproces.run([SHELL, script, 'shrink', + subprocess.run([SHELL, script, 'shrink', '--timeout=1', '--foreground', cmdline_template, finput, foutput])