Explorar o código

Fix test timeout

Gaël Métais %!s(int64=7) %!d(string=hai) anos
pai
achega
b88848ba8a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      test/core/imageOptimizerTest.js

+ 2 - 0
test/core/imageOptimizerTest.js

@@ -161,6 +161,8 @@ describe('imageOptimizer', function() {
     });
 
     it('should optimize an SVG image losslessly', function(done) {
+        this.timeout(5000);
+        
         var fileContent = fs.readFileSync(path.resolve(__dirname, '../www/svg-image.svg'));
 
         var fileSize = fileContent.length;