mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-02 15:55:02 +00:00
restart requires --wait now
This commit is contained in:
@@ -246,7 +246,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();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user