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

Commit 7cfe388

Browse files
committed
Tests: one last improvement to generator tests
1 parent e005fd3 commit 7cfe388

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/specs/config/generator.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ var Configuration = require('../../../lib/config/configuration');
77
var ConfigGenerator = require('../../../lib/config/generator');
88
var crockfordClone = require('../../data/configs/generator/crockfordClone');
99

10-
// Skip it, to slow at the moment
1110
describe('lib/config/generator', function() {
12-
this.timeout(60000);
11+
this.timeout(10000);
1312

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

0 commit comments

Comments
 (0)