diff --git a/VIPSWeb/test.py b/VIPSWeb/test.py
index d35bd4f2664b959783219f914521a139b607f721..54628642fe3ed7dc6b1317ed4dbdc0a1bd9c4cd0 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):