-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
set Playwright actionTimeout to 15 seconds #3115
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh cool!
I think the failing macos playwright tests are related seeing some errors like
TimeoutError: page.waitForEvent: Timeout 15000ms exceeded while waiting for event "console"
15000ms
makes me think it's this. Should we increase the timeout? or increase it just for these tests?
Or maybe we need to figure out why these tests need so long? |
I'm afraid this change won't address those particular issues yet. This will only tweak the test execution so that tests fail faster - (so I dont have to wait too long when rerunning builds). Currently, It will fallback to the test timeout (2 minutes) I've also pushed some changes to:
|
…m/KittyCAD/modeling-app into ryanrosello-og/add-action-timeout
some progress, I'm getting a different failure now after my most recent commit. The most recent failure is on my list to fix.
I'll work on that first |
I've extended the timeout for this particular call: |
^ these failures are longer occuring |
Playwright global config change to prevent exceedingly long timeouts when certain actions fail
e.g. button click