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

Commit

Permalink
Tests: one last improvement to generator tests
Browse files Browse the repository at this point in the history
  • Loading branch information
markelog committed Apr 14, 2016
1 parent e005fd3 commit 7cfe388
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/specs/config/generator.js
Expand Up @@ -7,9 +7,8 @@ var Configuration = require('../../../lib/config/configuration');
var ConfigGenerator = require('../../../lib/config/generator');
var crockfordClone = require('../../data/configs/generator/crockfordClone');

// Skip it, to slow at the moment
describe('lib/config/generator', function() {
this.timeout(60000);
this.timeout(10000);

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

0 comments on commit 7cfe388

Please sign in to comment.