Skip to content

Commit

Permalink
zziplib
Browse files Browse the repository at this point in the history
  • Loading branch information
dzedro committed Oct 16, 2023
1 parent df25d79 commit 41265bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/console/zziplib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sub run {
assert_script_run "cd /tmp";

# install requirements
zypper_call "in libzzip-0-13 zziplib-devel zip";
zypper_call "in libzzip-0-13 zziplib-devel zip", timeout => 1000;

# create a zip file
assert_script_run "zip -9 $filezip -xi zip/*";
Expand Down

0 comments on commit 41265bb

Please sign in to comment.