rasing the test timeout to something that will hopefully cause less false errors
This commit is contained in:
@ -12,6 +12,7 @@ var testDir = path.resolve(__dirname, './tests');
|
|||||||
var doPattern = new Minimatch(argv.match);
|
var doPattern = new Minimatch(argv.match);
|
||||||
|
|
||||||
describe('yaml -', function () {
|
describe('yaml -', function () {
|
||||||
|
this.timeout(30000);
|
||||||
|
|
||||||
// before running any tests...
|
// before running any tests...
|
||||||
before(function (done) {
|
before(function (done) {
|
||||||
|
|||||||
Reference in New Issue
Block a user