File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4747
4848 - name : Run Tests in Chrome
4949 run : |
50- pytest -v -vrxs --headless --browser=chrome
50+ pytest -v -vrxs --headless --browser=chrome
5151
5252 - uses : browser-actions/setup-firefox@latest
5353 - name : Run Tests in Firefox
5454 run : |
55- pytest -n 2 - v -vrxs --headless --browser=firefox
55+ pytest -v -vrxs --headless --browser=firefox
Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ def test_wait_for_downloads(web: WebBot):
236236
237237 web .type_keys ([web .KEYS .SHIFT , 'q' ])
238238
239- web .wait_for_downloads (timeout = 20000 )
239+ web .wait_for_downloads (timeout = 30000 )
240240 assert os .path .exists (fake_bin_path ) and os .path .getsize (fake_bin_path ) > 0
241241
242242
@@ -247,7 +247,7 @@ def test_wait_for_file(web: WebBot):
247247
248248 web .type_keys ([web .KEYS .SHIFT , 'q' ])
249249
250- web .wait_for_file (fake_bin_path , timeout = 20000 )
250+ web .wait_for_file (fake_bin_path , timeout = 30000 )
251251 assert os .path .exists (fake_bin_path ) and os .path .getsize (fake_bin_path ) > 0
252252
253253
You can’t perform that action at this time.
0 commit comments