You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[wasm][debugger] Set VSTEST_TESTHOST_SHUTDOWN_TIMEOUT to 2s (#89862)
The tests have been getting randomly aborted with:
`The active test run was aborted. Reason: Test host process crashed`
This might be due to the shutdown taking too long. The default timeout
is 100ms. Increasing that to 2000ms.
Issue: #89409
Co-authored-by: Ankit Jain <[email protected]>
0 commit comments