Uh oh!
There was an error while loading. Please reload this page.
increase timeout on ZeroByteRead_IssuesZeroByteReadOnUnderlyingStream test - #73196
Conversation
ghost
commented
Aug 1, 2022
Tagging subscribers to this area: @dotnet/ncl Issue Detailsfixes #67509 I saw occasional local failures on my Win11 machine. I did not see failure since I increased the timeout.
|
stephentoub
commented
Aug 2, 2022
There's little harm in using a longer timeout... it's only problematoc when the test fails. My preference would be to just use the existing named constant. |
Uh oh!
There was an error while loading. Please reload this page.
karelz
commented
Aug 4, 2022
@stephentoub can you please approve? (assuming it is now ok) Thanks! |
fixes#67509
I saw occasional local failures on my Win11 machine. I did not see failure since I increased the timeout.
Not that
PassingTestTimeoutMillisecondsis 60s for HTTP. I could possibly use that instead but the 30s is holding so far for me.