浏览代码

Debugging test failing on travis

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

+ 2 - 2
test/core/weightCheckerTest.js

@@ -6,8 +6,8 @@ var path = require('path');
 describe('weightChecker', function() {
     
     it('should download a list of files', function(done) {
-        this.timeout(5000);
-        
+        this.timeout(10000);
+
         var requestsList = [
             {
                 method: 'GET',