1
0
mirror of https://git.cloudron.io/cloudron/gitea-app synced 2025-08-31 23:04:58 +00:00

wait for healthcheck

This commit is contained in:
Girish Ramakrishnan
2015-11-28 23:50:28 -08:00
parent 65768a4c81
commit a366fc23d5

View File

@@ -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 () {