mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-10-31 21:38:52 +00:00
wait for healthcheck
This commit is contained in:
parent
65768a4c81
commit
a366fc23d5
1 changed files with 1 additions and 1 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Reference in a new issue