From 56c537b8f972a97931f8f9ec59f95d064c9b81e7 Mon Sep 17 00:00:00 2001 From: Thiago da Rosa de Bustamante Date: Tue, 27 Mar 2018 18:29:24 -0300 Subject: [PATCH] fix tests. Increase timeout --- test/mocha.opts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mocha.opts b/test/mocha.opts index 06401b2b..c7968cf5 100644 --- a/test/mocha.opts +++ b/test/mocha.opts @@ -2,5 +2,5 @@ --require source-map-support/register --full-trace --bail ---timeout 25000 +--timeout 35000 test/unit/tests.spec.ts \ No newline at end of file