@@ -208,7 +208,7 @@ describe('Application life cycle test', function () {
it('can access permalink', checkPermalink);
it('can restart app', function (done) {
- execSync('cloudron restart');
+ execSync('cloudron restart --wait');
done();
});