appveyor / website

AppVeyor CI public website.
https://www.appveyor.com
MIT License
106 stars 298 forks source link

What is the build timeout appveyor.yml configuration option #846

Closed joachimmetz closed 1 year ago

joachimmetz commented 1 year ago

https://github.com/appveyor/website/blob/master/src/docs/build-configuration.md references a "Build timeout". What is the appveyor.yml configuration option for this? For context I want to lower the value to 15 mins from the configuration.

FeodorFitsner commented 1 year ago

Build timeout can be set on UI only (General tab of project settings).

joachimmetz commented 1 year ago

@FeodorFitsner thanks for the insights. I'll use the UI then.