Skip to content

Commit

Permalink
test/t/lib-funcs-integ: Add --disable-download-timeout pacman flag
Browse files Browse the repository at this point in the history
Try to improve CI reliability.
  • Loading branch information
CyberShadow committed Dec 10, 2023
1 parent 247cb00 commit faf05d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/t/lib-funcs-integ.bash
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ function TestInit() {
yay_opts+=(--noconfirm)
paru_opts+=(--noconfirm)

# Improve CI reliability when downloading from archive.archlinux.org
pacman_opts+=(--disable-download-timeout)

# pacaur insists that this is set, even if it will never invoke it
export EDITOR=/bin/cat

Expand Down

0 comments on commit faf05d2

Please sign in to comment.