Give services longer to stop before starting again
What does this Merge Request do and why?
This MR attempts to solve an issue that's affecting Gitpod users running the GDK. When running gdk restart
, the postgresql
service fails to stop and therefore doesn't start back up, causing GitLab to be inaccessible.
I've tested this diff on a Gitpod instance and ran gdk restart
several times with success.
Merge Request checklist
-
This change is backward compatible. If not, please include steps to communicate to our users. -
Tests added for new functionality. If not, please raise Issue to follow-up. -
Documentation added/updated, if needed. -
gdk doctor
test added, if needed. -
Add the ~highlight
label if this MR should be included in theCHANGELOG.md
.
Closes #1305 (closed)