mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-02 15:55:02 +00:00
restart now requires wait
This commit is contained in:
@@ -240,7 +240,7 @@ describe('Application life cycle test', function () {
|
|||||||
it('can edit file', editFile);
|
it('can edit file', editFile);
|
||||||
|
|
||||||
it('can restart app', function (done) {
|
it('can restart app', function (done) {
|
||||||
execSync('cloudron restart');
|
execSync('cloudron restart --wait');
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user