From aa831043e84894a35d440e2fbfd20c94ffec7ff7 Mon Sep 17 00:00:00 2001 From: Spencer Alger Date: Thu, 12 Dec 2013 20:32:52 -0700 Subject: [PATCH] rasing the test timeout to something that will hopefully cause less false errors --- test/integration/yaml_suite/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/yaml_suite/index.js b/test/integration/yaml_suite/index.js index dbd1dff70..d2e643b8f 100644 --- a/test/integration/yaml_suite/index.js +++ b/test/integration/yaml_suite/index.js @@ -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) {