mirror of
https://github.com/YunoHost-Apps/gitlab_ynh.git
synced 2024-09-03 18:36:35 +02:00
wait more to pass tests
This commit is contained in:
parent
72f45b3268
commit
6276772e36
2 changed files with 2 additions and 2 deletions
|
@ -121,5 +121,5 @@ service nginx reload
|
|||
#Fix for the CI
|
||||
if sudo grep -qa container=lxc /proc/1/environ;
|
||||
then
|
||||
sleep 10;
|
||||
sleep 60;
|
||||
fi;
|
|
@ -99,5 +99,5 @@ service nginx reload
|
|||
#Fix for the CI
|
||||
if sudo grep -qa container=lxc /proc/1/environ;
|
||||
then
|
||||
sleep 10;
|
||||
sleep 60;
|
||||
fi;
|
Loading…
Reference in a new issue