aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops/scotia.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops/scotia.py')
-rw-r--r--python/report_ops/scotia.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/report_ops/scotia.py b/python/report_ops/scotia.py
index 37810486..c52c12f6 100644
--- a/python/report_ops/scotia.py
+++ b/python/report_ops/scotia.py
@@ -80,6 +80,7 @@ def create_driver(download_dir):
options=options,
service_log_path="/home/serenitas/CorpCDOs/logs/selenium_scotia.log",
)
+ driver.command_executor.set_timeout(10)
yield driver
driver.quit()