restart requires --wait now
This commit is contained in:
parent
a03fb92253
commit
821c13e7eb
|
@ -246,7 +246,7 @@ describe('Application life cycle test', function () {
|
||||||
it('can edit file', editFile);
|
it('can edit file', editFile);
|
||||||
|
|
||||||
it('can restart app', function (done) {
|
it('can restart app', function (done) {
|
||||||
execSync('cloudron restart');
|
execSync('cloudron restart --wait');
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue