restart requires --wait now

This commit is contained in:
Girish Ramakrishnan 2017-08-07 11:15:31 -07:00
parent a03fb92253
commit 821c13e7eb

View file

@ -246,7 +246,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();
});