From 5fb101330c4776ff2de99f5b0f4eb1507a7370bd Mon Sep 17 00:00:00 2001 From: Unitech Date: Sun, 12 Jun 2016 22:16:53 +0200 Subject: [PATCH] add mocha.opts conf to interface test files --- test/interface/mocha.opts | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/interface/mocha.opts diff --git a/test/interface/mocha.opts b/test/interface/mocha.opts new file mode 100644 index 00000000..cf80ee74 --- /dev/null +++ b/test/interface/mocha.opts @@ -0,0 +1 @@ +--timeout 5000