Re: [PATCH 1/4] Azure: Set the timeout for jobs to the maximum

2023-08-29 Thread Tom Rini
On Sun, Aug 20, 2023 at 01:31:26PM -0400, Tom Rini wrote: > As per current Azure Pipelines documentation we qualify for 3600 minutes > per job, if specified, as the timeout. The default unspecified timeout > is 60 minutes. Rework things to specify 0 as the timeout (and so maximum > allowed) so tha

Re: [PATCH 1/4] Azure: Set the timeout for jobs to the maximum

2023-08-21 Thread Simon Glass
On Sun, 20 Aug 2023 at 11:31, Tom Rini wrote: > > As per current Azure Pipelines documentation we qualify for 3600 minutes > per job, if specified, as the timeout. The default unspecified timeout > is 60 minutes. Rework things to specify 0 as the timeout (and so maximum > allowed) so that we don't

[PATCH 1/4] Azure: Set the timeout for jobs to the maximum

2023-08-20 Thread Tom Rini
As per current Azure Pipelines documentation we qualify for 3600 minutes per job, if specified, as the timeout. The default unspecified timeout is 60 minutes. Rework things to specify 0 as the timeout (and so maximum allowed) so that we don't have failures due to running slightly past 60 minutes to