1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-09-01 23:35:06 +00:00

restart now requires wait

This commit is contained in:
Girish Ramakrishnan
2017-06-02 14:48:58 -07:00
parent 6ab83644d7
commit 8b7ec669bc

View File

@@ -240,7 +240,7 @@ describe('Application life cycle test', function () {
it('can edit file', editFile);
it('can restart app', function (done) {
execSync('cloudron restart');
execSync('cloudron restart --wait');
done();
});