restart now requires wait

This commit is contained in:
Girish Ramakrishnan 2017-06-02 14:48:58 -07:00
parent 6ab83644d7
commit 8b7ec669bc
1 changed files with 1 additions and 1 deletions

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();
});