Explorar el Código

reload takes longer now

Girish Ramakrishnan hace 8 años
padre
commit
bcd0feb525
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/test.js

+ 1 - 1
test/test.js

@@ -75,7 +75,7 @@ describe('Application life cycle test', function () {
         }).then(function () {
             return browser.findElement(by.xpath('//button[text()="OK"]')).click();
         }).then(function () {
-            return browser.sleep(20000); // wait 20secs for reload
+            return browser.sleep(30000); // wait 30secs for reload
         }).then(function () {
             return browser.get('https://' + app.fqdn + '/admin');
         }).then(function () {