rasing the test timeout to something that will hopefully cause less false errors

This commit is contained in:
Spencer Alger
2013-12-12 20:32:52 -07:00
parent afaab8a3fd
commit aa831043e8

View File

@ -12,6 +12,7 @@ var testDir = path.resolve(__dirname, './tests');
var doPattern = new Minimatch(argv.match);
describe('yaml -', function () {
this.timeout(30000);
// before running any tests...
before(function (done) {