Skip to content

Commit 971c899

Browse files
committed
If waiting for angularjs to load as part of ready state, wait less time
1 parent 19f6f4e commit 971c899

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/fixtures/base_case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ def wait_for_ready_state_complete(self, timeout=settings.EXTREME_TIMEOUT):
13761376
timeout = self._get_new_timeout(timeout)
13771377
is_ready = page_actions.wait_for_ready_state_complete(self.driver,
13781378
timeout)
1379-
self.wait_for_angularjs()
1379+
self.wait_for_angularjs(timeout=settings.MINI_TIMEOUT)
13801380
return is_ready
13811381

13821382
def wait_for_angularjs(self, timeout=settings.LARGE_TIMEOUT, **kwargs):

0 commit comments

Comments
 (0)