port change from AutobahnTester in SignalR (#148)
We increased the retry count (by just removing ours and using the default) because the app seems to be slow to start on macOS
This commit is contained in:
parent
c36fcbab2e
commit
37b0df7406
|
|
@ -131,7 +131,7 @@ namespace Microsoft.AspNetCore.WebSockets.ConformanceTest.Autobahn
|
|||
{
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
return client.GetAsync(result.ApplicationBaseUri);
|
||||
}, logger, CancellationTokenSource.CreateLinkedTokenSource(cancellationToken, result.HostShutdownToken).Token, retryCount: 5);
|
||||
}, logger, CancellationTokenSource.CreateLinkedTokenSource(cancellationToken, result.HostShutdownToken).Token);
|
||||
resp.EnsureSuccessStatusCode();
|
||||
|
||||
cancellationToken.ThrowIfCancellationRequested();
|
||||
|
|
|
|||
Loading…
Reference in New Issue