From 821c13e7eb3302f408dc5f1a8603232dac360aed Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Mon, 7 Aug 2017 11:15:31 -0700 Subject: [PATCH] restart requires --wait now --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });