From 8b7ec669bc3cdd8e17b8d25edf2093c019524a5d Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Fri, 2 Jun 2017 14:48:58 -0700 Subject: [PATCH] restart now requires wait --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index 42d6968..408d44e 100755 --- a/test/test.js +++ b/test/test.js @@ -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(); });