浏览代码

Increase a little more the test timeout

Gaël Métais 10 年之前
父节点
当前提交
c2abf5a7a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/server/phantomasWrapperTest.js

+ 1 - 1
test/server/phantomasWrapperTest.js

@@ -10,7 +10,7 @@ describe('phantomasWrapper', function() {
     it('should execute', function(done) {
         var url = 'http://www.google.fr/';
 
-        this.timeout(15000);
+        this.timeout(20000);
         phantomasWrapper.execute({
             url: url,
             testId: '123abc',