dotnet / scenario-tests

Scenario testing for installed .NET Core SDKs
MIT License
5 stars 7 forks source link

Increase timeout for web tests #93

Closed mthalman closed 4 months ago

mthalman commented 4 months ago

The web tests for F# occasionally timeout but often enough that it's becoming an issue. Increasing the timeout for all web tests to fix this.

Fixes https://github.com/dotnet/source-build/issues/4372