microsoft / axe-windows

Automated accessibility testing engine for Windows applications
MIT License
136 stars 62 forks source link

chore: Increase timeout of test that causes pipeline issues #805

Closed DaveTryon closed 1 year ago

DaveTryon commented 1 year ago

Details

The pipeline often times out in the OutputFileHelperCtor_NullSystem_ThrowsException test, which should take no time at all. This PR increases the timeout to 15 seconds, with a comment why it's there.

Motivation

Reduce pipeline flakiness

Context

Pull request checklist