Girish Ramakrishnan před 7 roky
rodič
revize
1e4dc6530b
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -89,7 +89,7 @@ describe('Application life cycle test', function () {
             return browser.findElement(by.xpath('//button[text()="Confirm"]')).click();
         }).then(function () {
             console.log('Waiting for forum to restart');
-            return browser.sleep(10000); // wait 30secs for reload
+            return browser.sleep(50000); // wait for reload
         }).then(function () {
             return browser.get('https://' + app.fqdn + '/admin');
         }).then(function () {