From fcf7b1221c3c30c9285d4cd84a3143656bde4718 Mon Sep 17 00:00:00 2001 From: Ian Holmes Date: Mon, 6 Mar 2017 09:19:50 -0800 Subject: [PATCH] Increased mocha timeout to 5s: --- test/mocha.opts | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/mocha.opts diff --git a/test/mocha.opts b/test/mocha.opts new file mode 100644 index 0000000..dec84d1 --- /dev/null +++ b/test/mocha.opts @@ -0,0 +1 @@ + --timeout 5s