-
Notifications
You must be signed in to change notification settings - Fork 394
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 timeout setting for puppeteer #199
Comments
At the moment it is not possible. Can you specify version of react-snap and puppeteer? I hopped this issue was fixed in latest puppeteer. |
I'm using |
This is peterbe/minimalcss#213 what made me think it was fixed |
@yantakus I was running into the same problem and updating my react-snap version to current ( |
Same problems here, happens on Debian and iOS aswell. |
I had the same problem with react-snap v1.23.0 and I fixed it by npm i the latest version of puppeteer in my package-json (so v1.20.0) :) |
Is this possible to set timeout settings as in this example: puppeteer/puppeteer#782 (comment) ?
doesn't work.
I'm getting
Error: Navigation Timeout Exceeded: 30000ms exceeded
error and rolling back to1.10
as stated here: #131 doesn't help.The text was updated successfully, but these errors were encountered: