From 4837293af4a1e68a697ad281c9d2d2590a4fc8c6 Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Sun, 1 Apr 2018 02:52:27 +0300 Subject: [PATCH] fix(tests): fix quit timeout --- tests/utils.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/utils.js b/tests/utils.js index 8e258dd..e95eeb9 100644 --- a/tests/utils.js +++ b/tests/utils.js @@ -7,7 +7,8 @@ const beforeEach = function() { path: electron, args: ["."], startTimeout: 30000, - waitTimeout: 30000 + waitTimeout: 30000, + quitTimeout: 10000 }); return this.app.start(); };