From 0dfff2ce534733185fb88a07b1d1e1e795229035 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Fri, 13 Oct 2017 10:55:02 -0300 Subject: [PATCH] Nightwatch Config global timeout --- nightwatch-local.conf.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nightwatch-local.conf.js b/nightwatch-local.conf.js index 4be7cd49d..f116fcecc 100644 --- a/nightwatch-local.conf.js +++ b/nightwatch-local.conf.js @@ -27,6 +27,9 @@ module.exports = { 'applicationCacheEnabled': false, 'nativeEvents': true }, + 'globals': { + 'waitForConditionTimeout': 5000, + }, 'screenshots' : { 'enabled': true, 'on_failure': true,