You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.
To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please comment on this issue.
For full info on how to contribute, please check out our contributors guide.
Suggested solution
In an effort to make CI/CD and our dev experience better, we should consider extending the playwright "assertions" timeout:
This is different from the global timeout we have configured:
app/playwright.config.ts
Line 32 in c0a17ee
A longer assertion timeout on frequently stalled tests in CI/CD help stabilize things in general.
Example timeout from CICD: https://github.com/open-sauced/app/actions/runs/10604426243/job/29391054608#step:7:400 and on the more powerful runner https://github.com/open-sauced/app/actions/runs/10623344087/job/29449581773?pr=4070
Related to #3946
The text was updated successfully, but these errors were encountered: