Răsfoiți Sursa

wait for healthcheck

Girish Ramakrishnan 9 ani în urmă
părinte
comite
a366fc23d5
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      test/test.js

+ 1 - 1
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 () {