restart now requires wait
This commit is contained in:
parent
6ab83644d7
commit
8b7ec669bc
|
@ -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();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue