diff --git a/scripts/change_url b/scripts/change_url index f2b6f6e..7f6b4cb 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -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; \ No newline at end of file diff --git a/scripts/upgrade b/scripts/upgrade index 69378fd..bd43833 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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; \ No newline at end of file