From 5a8fa4ccf18ec85202b4db960a7f8c6c454d0007 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 9 Nov 2015 17:58:36 -0800 Subject: [PATCH] add 10s timeout to mocha tests --- test/mocha.opts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mocha.opts b/test/mocha.opts index 300bd66961..2267a63e68 100644 --- a/test/mocha.opts +++ b/test/mocha.opts @@ -1 +1 @@ ---reporter dot --ui tdd +--reporter dot --ui tdd --timeout 10000