From 08514a8ed6a4e7f543078a19271cb0546532e35d Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Mon, 02 Nov 2020 00:15:43 +0000 Subject: [PATCH] [map] New API approach --- nightwatch.conf.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/nightwatch.conf.js b/nightwatch.conf.js index 695eba0..663c4fc 100644 --- a/nightwatch.conf.js +++ b/nightwatch.conf.js @@ -12,7 +12,7 @@ 'webdriver.chrome.driver': chromedriver.path, 'webdriver.gecko.driver': geckodriver.path, }, - check_process_delay: 1000, + check_process_delay: 5000, }, test_settings: { 'chrome': { -- Gitblit v1.9.1