microsoft / react-native-windows

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

Add timeout to Fabric e2etest task instead of entire job #13166

Closed marlenecota closed 2 weeks ago

marlenecota commented 2 weeks ago

Description

12984 changed the Fabric e2etest job timeout from 60min to 35min to allow for faster re-runs when the e2etask got in a bad state that took up the entire 60 min. 35min is fine if the e2etest task succeeds, but if it fails for a legitimate reason, then the job doesn't have enough time to upload the new snapshots.

This change moves the timeout from the job to the task.

Changelog

Should this change be included in the release notes: no

Microsoft Reviewers: Open in CodeFlow