Jelajahi Sumber

Fix test timeout

Gaël Métais 7 tahun lalu
induk
melakukan
b88848ba8a
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  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;