From 4632fa85868c6283aecaacc489683ac384ab6c84 Mon Sep 17 00:00:00 2001 From: Sebastian Gerske Date: Thu, 1 Nov 2018 13:41:14 +0100 Subject: [PATCH] increase test timeout --- test/mocha.opts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mocha.opts b/test/mocha.opts index 4a0542c..10ba82e 100644 --- a/test/mocha.opts +++ b/test/mocha.opts @@ -2,5 +2,5 @@ --require source-map-support/register --full-trace --bail ---timeout 2000 +--timeout 5000 test/**/*.test.ts \ No newline at end of file