瀏覽代碼

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 () {