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
{{ message }}
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.
I did request this via support but wanted to flag this here as it's probably a feature.
Unfortunately when a browser check times out at 120 seconds, there is no trace data for me to detect why this occurred.
This is extremely frustrating as I can't replicate the timeouts on my local machine, and they only happen sporadically, see my monitoring results below.
Additional context
The text was updated successfully, but these errors were encountered:
Thanks for your feedback. Due to some internal limitations we can't output the trace nor videos on a check timeout.
We noticed that the root cause for a lot of timing out checks comes from actions, so you can use the following to add a timeout to actions and your check should fail before the 120s limit. You'll have then traces and videos to help you understand what's going on.
const{ test }=require('@playwright/test')test.use({actionTimeout: 10*1000})test('myTestCase',async({ page })=>{// Test case})
I did request this via support but wanted to flag this here as it's probably a feature.
Unfortunately when a browser check times out at 120 seconds, there is no trace data for me to detect why this occurred.
This is extremely frustrating as I can't replicate the timeouts on my local machine, and they only happen sporadically, see my monitoring results below.
Additional context
The text was updated successfully, but these errors were encountered: