Skip to content

Commit 869e5f5

Browse files
authored
test: unflake test_should_upload_large_file (#1337)
1 parent be9b5f7 commit 869e5f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/async/test_browsertype_connect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ async def test_should_upload_large_file(
282282

283283
[request, _] = await asyncio.gather(
284284
server.wait_for_request("/upload"),
285-
page.click("input[type=submit]"),
285+
page.click("input[type=submit]", timeout=60_000),
286286
)
287287

288288
contents = request.args[b"file1"][0]

0 commit comments

Comments
 (0)