mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-17 18:45:10 +00:00
Increase delay for FreeBSD pkg install.
This commit is contained in:
parent
7def9736ab
commit
b3b3671278
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user