Girish Ramakrishnan 7 rokov pred
rodič
commit
1e4dc6530b
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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 () {