From ee953eef09cc090dc98a09038ab97be55875a2a5 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Mon, 18 Dec 2023 22:22:11 +0000 Subject: [PATCH] Update stop names --- 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