1
0
Fork 0
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:
Pierre Bourré 2019-01-05 14:56:20 +01:00
parent 72f45b3268
commit 6276772e36
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;