From 24aa1a364260647354acaa4aff893c386883613e Mon Sep 17 00:00:00 2001 From: Yvonne Yip Date: Mon, 16 Sep 2013 15:59:35 -0700 Subject: [PATCH] test: increase mocha timeout --- conf/mocha.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/mocha.conf.js b/conf/mocha.conf.js index 2c9f375..e0ab0ed 100644 --- a/conf/mocha.conf.js +++ b/conf/mocha.conf.js @@ -1 +1 @@ -mocha.setup({ui:'tdd',htmlbase: '/base/ShadowDOM/test/',ignoreLeaks: true}); +mocha.setup({ui:'tdd',htmlbase: '/base/ShadowDOM/test/',ignoreLeaks: true, timeout: 10000});