diff --git a/tests/features/varbase/02-user-management/02-03-user-login.feature b/tests/features/varbase/02-user-management/02-03-user-login.feature
index 5ba4fc806df9f9e097b1adf2478e03dc62f4e09b..3ee8f1b3ffc4c4bce5752dd4d6c52274d67c1a2c 100644
--- a/tests/features/varbase/02-user-management/02-03-user-login.feature
+++ b/tests/features/varbase/02-user-management/02-03-user-login.feature
@@ -6,7 +6,7 @@ So that I will be able to view/add/edit/ or delete content in the site
   @javascript @local @development @staging @production
   Scenario: Check if a visitor can login with a valid username and password
     Given I am on "user/login"
-      And I wait
+      And I wait 6s
      When I fill in "Normal user" for "Username"
       And I fill in "dD.123123ddd" for "Password"
       And I scroll to bottom
@@ -18,7 +18,7 @@ So that I will be able to view/add/edit/ or delete content in the site
   @javascript @local @development @staging @production
   Scenario: Verify a form error after not entering the username or password when we login
     Given I am on "user/login"
-      And I wait
+      And I wait 6s
      When I fill in " " for "Username"
       And I fill in " " for "Password"
       And I scroll to bottom