From 8baff2e50d432c2bc3af4bd13bb599c96fd026f9 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Fri, 20 Dec 2019 13:16:42 +0100
Subject: [PATCH] Update test.py

---
 VIPSWeb/test.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/VIPSWeb/test.py b/VIPSWeb/test.py
index d35bd4f2..54628642 100644
--- a/VIPSWeb/test.py
+++ b/VIPSWeb/test.py
@@ -10,7 +10,7 @@ options.headless = True
 class SearchText(unittest.TestCase):
     def setUp(self):
         self.driver = webdriver.Firefox(options=options)
-        self.driver.implicitly_wait(30)
+        self.driver.implicitly_wait(15)
         self.driver.get("http://localhost:8080")
         
     def test_links(self):
-- 
GitLab