Closed philschonholzer closed 3 years ago
Hey there! Stumbled upon this topic and just wanted to let you know that Build exceeded maximum allowed runtime
is associated with a Netlify build timeout.
By default, builds will only run for 15 minutes. This limit can be increased, provided you have billing info on file, else you should check out the nifty build optimisation guide.
@Pieparker thanks for replying.
I know about the max build time on netlify. The problem here is the test could start at 11:55:23 (server running) but does not for almost 8min (12:23:19) until the max build time stops the build.
@philschonholzer can you create tiny reproducible example, please? I want to make sure I fix the right thing here
:tada: This issue has been resolved in version 1.9.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Versions
Build image:
Ubuntu Xenial 16.04 (default)
Now usingnode v14.7.0
(npm v6.14.7
)Describe the bug
I'm deploying a gatsby page and trying to have the prebuild tests running. After the local server is running the test never start until netlify cancels the build:
Build exceeded maximum allowed runtime
As you can see in the log the local server is started on 11:54:48 AM and finishes on 11:55:23 AM sot the 45 seconds timeout should be enough time.Logs and screenshots