microsoft / react-native-windows

A framework for building native Windows apps with React.
https://microsoft.github.io/react-native-windows/
Other
16.39k stars 1.14k forks source link

Change CLI CI timeouts to 40min #14044

Closed marlenecota closed 3 weeks ago

marlenecota commented 3 weeks ago

Description

When the CLI CI succeeds, it usually only takes < 20 min. Sometimes it goes up to low 30s, so reducing the timeout from 120 to 40 to increase speed of re-runs.

Changelog

Should this change be included in the release notes: no

Microsoft Reviewers: Open in CodeFlow
marlenecota commented 3 weeks ago

/azp run

azure-pipelines[bot] commented 3 weeks ago
Azure Pipelines successfully started running 1 pipeline(s), but failed to run 1 pipeline(s).
marlenecota commented 3 weeks ago

The 'Verify CliInitWindows PaperX64ReleaseCsChakra' check on Jon's PR here is still running at ~40 minutes - is this not an issue?

That's that I am trying to mitigate. When the CLI checks succeed, they usually do so in less than 20 minutes. So instead of waiting 2 hours for the check to timeout, we can bail at 40 and re-run.

marlenecota commented 3 weeks ago

/azp run

azure-pipelines[bot] commented 3 weeks ago
Azure Pipelines successfully started running 1 pipeline(s), but failed to run 1 pipeline(s).
marlenecota commented 3 weeks ago

This PR got in a weird state with CI. Replacing with #14045