Increase test timeout because it sometimes fails in Travis

This commit is contained in:
Gaël Métais
2016-12-20 22:39:32 +08:00
parent 317b0fc4d7
commit f4a1f06ba6
+2
View File
@@ -6,6 +6,8 @@ var path = require('path');
describe('fontAnalyzer', function() {
it('should extract metrics from a font', function(done) {
this.timeout(10000);
var fileContent = fs.readFileSync(path.resolve(__dirname, '../www/SourceSansPro/SourceSansPro-Regular.woff'));
var fileSize = fileContent.length;