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
The test was using a timeout when connecting to the server. This was
likely leading to the connect failing during a load situation. Removed
the timeout and added a proper `Assert.NotNull` check to catch the issue
if this doesn't truly fix it.
closesdotnet#47231
* Fix flaky compiler server test.
The test was using a timeout when connecting to the server. This was
likely leading to the connect failing during a load situation. Removed
the timeout and added a proper `Assert.NotNull` check to catch the issue
if this doesn't truly fix it.
closes#47231
* Fix warning
Runfo Query
The text was updated successfully, but these errors were encountered: