Explorar o código

Add --wait for restart

Girish Ramakrishnan %!s(int64=7) %!d(string=hai) anos
pai
achega
97172fe7cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -208,7 +208,7 @@ describe('Application life cycle test', function () {
     it('can access permalink', checkPermalink);
 
     it('can restart app', function (done) {
-        execSync('cloudron restart');
+        execSync('cloudron restart --wait');
         done();
     });