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
I am runing playwright in AWS lambda using this package, it is great.
The page which I testing is very slow, how can I increase the default timeout, so that I still wait for the page loading.
Timeout 30000ms exceeded.
The text was updated successfully, but these errors were encountered:
Hi, what about setting a global timeout config on the playwright side? I didn't get how to accomplish this. I've seen a timeoutSettings.js on playwrgiht-core but I don't really understand how to use it.
Hi, what about setting a global timeout config on the playwright side? I didn't get how to accomplish this. I've seen a timeoutSettings.js on playwrgiht-core but I don't really understand how to use it.
Hi There,
I am runing playwright in AWS lambda using this package, it is great.
The page which I testing is very slow, how can I increase the default timeout, so that I still wait for the page loading.
Timeout 30000ms exceeded.
The text was updated successfully, but these errors were encountered: