1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 21:49:07 +00:00

Increase delay for FreeBSD pkg install.

This commit is contained in:
Brenden Matthews 2019-03-02 21:47:17 -05:00
parent 7def9736ab
commit b3b3671278
No known key found for this signature in database
GPG Key ID: 1D7EDBF64E428281

View File

@ -358,7 +358,7 @@ centos7 clang-5:
before_script:
# Try up to 5 times until installation succeeds. It may be locked.
- >
for i in {1..6}; do
for i in {1..7}; do
sudo pkg install -y -q
cairo
docbook-xsl
@ -384,7 +384,7 @@ centos7 clang-5:
pkgconf
xmms2
$COMPILER_PACKAGE
&& break || sleep $(expr $i \* $i + 10); done
&& break || sleep $(expr $i \* $i + 15); done
.freebsd_build_script: &freebsd_build_script
script: