From 615a3715f1f4a05a246c0ea4192d2bccecd8cce3 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Thu, 27 Feb 2014 19:45:16 -0500 Subject: [PATCH] Increase test timeout to 5000ms --- test/mocha.opts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/mocha.opts b/test/mocha.opts index fb5f82427f..097dfe9134 100644 --- a/test/mocha.opts +++ b/test/mocha.opts @@ -1 +1,2 @@ ---reporter spec \ No newline at end of file +--reporter spec +--timeout 5000 \ No newline at end of file