natahouse / react-snap

nata.house's fork of @stereobooster's react-snap:👻 Zero-configuration framework-agnostic static prerendering for SPAs
MIT License
31 stars 6 forks source link

feat: receive timeout interval option #36

Closed lorenamelor closed 3 years ago

lorenamelor commented 3 years ago

Description

I had some problems with timeout as there is a page that contains several requests and it was overflowing the default time of 30000ms. I looked for some ways to change this time and realized that it was not possible, so I thought about the possibility of this timeout interval being passed as an option for the puppeteer.

Thank you!