jkleinsc

#50305: ci: update test timeout to 60 minutes

Merged
Created: Mar 16, 2026, 4:07:11 PM
Merged: Mar 17, 2026, 9:06:43 AM
2 comments
Target: main

Description of Change

The autoupdater tests on mac x64 run slowly (a couple of the tests need multiple re-runs to pass), so we should update the test timeout to accommodate that.

The autoupdater tests should probably be improved but this will unblock failing CI for now.

Checklist

Release Notes

Notes: none

Backports

42-x-y
Merged
PR Number
#50315
Merged At
Mar 17, 2026, 11:10:30 AM
Released In
Not yet
Release Date
Not yet

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron