Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wasm][debugger] Set VSTEST_TESTHOST_SHUTDOWN_TIMEOUT to 2s #89703

Merged
merged 1 commit into from
Jul 31, 2023

Commits on Jul 31, 2023

  1. [wasm][debugger] Set VSTEST_TESTHOST_SHUTDOWN_TIMEOUT to 2s

    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: dotnet#89409
    radical committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    9876452 View commit details
    Browse the repository at this point in the history