Skip to content

Commit

Permalink
[QA] Increase wait time for PyCafe load (#1056)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschulz-COL authored Mar 6, 2025
1 parent 0529453 commit 342f623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/pycafe/test_pycafe_links.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def test_pycafe_link(url: str, wait_for_text: str):

# Get the app frame and wait for title
frame = page.frame_locator("#app")
frame.get_by_text(wait_for_text).wait_for()
frame.get_by_text(wait_for_text).wait_for(timeout=90000)

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

0 comments on commit 342f623

Please sign in to comment.