mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-22 08:01:01 +00:00
restart now requires wait
This commit is contained in:
parent
6ab83644d7
commit
8b7ec669bc
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,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();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue