소스 검색

reload takes longer now

Girish Ramakrishnan 8 년 전
부모
커밋
bcd0feb525
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 () {