瀏覽代碼

TravisCI can be a bit slow (locally this test takes 386ms)

El RIDO 8 年之前
父節點
當前提交
4cb21350a0
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      js/test.js

+ 1 - 0
js/test.js

@@ -821,6 +821,7 @@ describe('UiHelper', function () {
     // TODO: As per https://github.com/tmpvar/jsdom/issues/1565 there is no navigation support in jsdom, yet.
     // for now we use a mock function to trigger the event
     describe('historyChange', function () {
+        this.timeout(30000);
         before(function () {
             $.PrivateBin.Helper.reset();
         });