diff --git a/test/test.js b/test/test.js index cfa9a5d..94b3940 100755 --- a/test/test.js +++ b/test/test.js @@ -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(); });