From a366fc23d5e0e68174574ec2c8db5254465c7e6b Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 28 Nov 2015 23:50:28 -0800 Subject: [PATCH] wait for healthcheck --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index df3933d..2e497f3 100755 --- a/test/test.js +++ b/test/test.js @@ -51,7 +51,7 @@ describe('Application life cycle test', function () { }); it('install app', function () { - execSync('cloudron install --new --location ' + LOCATION, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' }); + execSync('cloudron install --new --wait --location ' + LOCATION, { cwd: path.resolve(__dirname, '..'), stdio: 'inherit' }); }); it('can get app information', function () {