-
Notifications
You must be signed in to change notification settings - Fork 93
Add page navigation timeout argument to generator #76
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
base: master
Are you sure you want to change the base?
Add page navigation timeout argument to generator #76
Conversation
|
I would love to use this PR now. I am battling a very slow checkout page in dev (no idea why) but upping the timeout seems to do wonders. Thanks |
|
@Meberem you can try this to use the PR with the timeout: Also if that doesn't work out you can try throwing a |
Thank the linked repo/module works great with the Weirdly I had an error When adding the Either way the PR does the trick, thanks! |
krzksz
left a comment
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.
Hey, thanks for giving back and contributing. Also, sorry it took me so much time to check this as I'm no longer involved into Magento projects.
Can you please adjust the code I mentioned and add the information about this option to the appropriate section in the README.md?
…meout-argument # Conflicts: # cli.js
|
@krzksz Are there plans to merge this? |
Let's give users the chance to change the page timeout while generating. Pupeteer's default timeout is not always enough and can lead to false failures while generating.