소스 검색

wait a lot more

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