Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
Misc: Set higher timeout for config generator tests
Browse files Browse the repository at this point in the history
  • Loading branch information
qfox committed Apr 30, 2016
1 parent f611d0c commit e878832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/config/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var ConfigGenerator = require('../../../lib/config/generator');
var crockfordClone = require('../../data/configs/generator/crockfordClone');

describe('lib/config/generator', function() {
this.timeout(10000);
this.timeout(15000);

var _path = path.resolve(__dirname, '../../../lib/config/generator.js');
var crockfordPresetChoice;
Expand Down

0 comments on commit e878832

Please sign in to comment.