Hi everyone — I am trying to deploy a site from git that contains quite a few images, I’m using jekyll-picture-tag to generate responsive jpg and webp files. The build runs fine locally but due to the amount of images we have on the site it makes netlify build timeout.
Is there anything we can do to reduce the build time or extend the build time for this? On my local build the plugin is clever about caching generated images, but it seems that Netlify starts from the beginning on each attempt.
Any help is appreciated — the site url is: https://stoic-davinci-bad7a2.netlify.com/
10:39:52 PM: Generating new image file: assets/uploads/74_Corridor8_WhoseBloodySunset_4-200-bbefec.jpg
10:39:53 PM: Generating new image file: assets/uploads/74_Corridor8_WhoseBloodySunset_4-400-bbefec.jpg
10:39:53 PM: Generating new image file: assets/uploads/74_Corridor8_WhoseBloodySunset_4-800-bbefec.jpg
10:39:54 PM: Generating new image file: assets/uploads/74_Corridor8_WhoseBloodySunset_4-1600-bbefec.jpg
10:39:56 PM: Generating new image file: assets/uploads/74_Corridor8_WhoseBloodySunset_4-800-bbefec.jpg
10:39:56 PM: Liquid Exception: No such file or directory @ rb_sysopen - /opt/build/repo/assets/uploads/74_Corridor8_WhoseBloodySunset_4.jpg in /_layouts/project.html
10:39:56 PM: ------------------------------------------------
10:39:56 PM: Jekyll 4.0.0 Please append `--trace` to the `build` command
10:39:56 PM: for any additional information or backtrace.
10:39:56 PM: ------------------------------------------------
10:39:56 PM: Execution timed out after 15m0s
10:39:56 PM: Error running command: Command did not finish within the time limit
10:39:56 PM: Failing build: Failed to build site
10:39:57 PM: failed during stage 'building site': Command did not finish within the time limit