We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d9e276 commit a028f9fCopy full SHA for a028f9f
seleniumbase/fixtures/base_case.py
@@ -2853,8 +2853,8 @@ def is_downloaded_file_present(self, file):
2853
def assert_downloaded_file(self, file, timeout=None):
2854
""" Asserts that the file exists in the Downloads Folder. """
2855
if not timeout:
2856
- timeout = settings.SMALL_TIMEOUT
2857
- if self.timeout_multiplier and timeout == settings.SMALL_TIMEOUT:
+ timeout = settings.LARGE_TIMEOUT
+ if self.timeout_multiplier and timeout == settings.LARGE_TIMEOUT:
2858
timeout = self.__get_new_timeout(timeout)
2859
start_ms = time.time() * 1000.0
2860
stop_ms = start_ms + (timeout * 1000.0)
0 commit comments