prismicio / gatsby-source-prismic-graphql

Gatsby source plugin for Prismic GraphQL
MIT License
17 stars 14 forks source link

[Question] How to add more time to prevent timeout? #36

Closed andrewbudikusuma closed 4 years ago

andrewbudikusuma commented 4 years ago

I got this error message

Unexpected error value: "failed to process https://images.prismic.io/xxxxxx-xxxxx.jpg
TimeoutError: Timeout awaiting 'request' for 30000ms"

I use vercel to deploy and test it work but in my local not working, content is medium size and my internet speed not fast

Thank you