Skip to content

Commit 30fac15

Browse files
authored
Merge pull request #16265 from andreasstieger/install_packages_texlive_timeout
install_packages: increase timeout to 1400s
2 parents 01d4f34 + 544a57b commit 30fac15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/console/install_packages.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ sub run {
2727
# better have it fail and let a reviewer check the reason
2828
assert_script_run("test -s \$XDG_RUNTIME_DIR/install_packages.txt");
2929
# might take longer for large patches (i.e. 12 kernel flavors)
30-
assert_script_run("xargs --no-run-if-empty zypper -n in -l < \$XDG_RUNTIME_DIR/install_packages.txt", 800);
30+
assert_script_run("xargs --no-run-if-empty zypper -n in -l < \$XDG_RUNTIME_DIR/install_packages.txt", 1400);
3131
assert_script_run("grep -Ev '^-' \$XDG_RUNTIME_DIR/install_packages.txt | xargs --no-run-if-empty rpm -q -- | tee /dev/$serialdev");
3232
}
3333

0 commit comments

Comments
 (0)