Skip to content

Commit dfe04a7

Browse files
Update test_pycafe_links.py
1 parent 0529453 commit dfe04a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/pycafe/test_pycafe_links.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_pycafe_link(url: str, wait_for_text: str):
2424

2525
# Get the app frame and wait for title
2626
frame = page.frame_locator("#app")
27-
frame.get_by_text(wait_for_text).wait_for()
27+
frame.get_by_text(wait_for_text).wait_for(timeout=90000)
2828

2929
print(f"✅ Successfully verified PyCafe link: {url}") # noqa
3030
return True

0 commit comments

Comments
 (0)