Skip to content

Commit 37b0df7

Browse files
authored
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
1 parent c36fcba commit 37b0df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.AspNetCore.WebSockets.ConformanceTest/Autobahn/AutobahnTester.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public async Task DeployTestAndAddToSpec(ServerType server, bool ssl, string env
131131
{
132132
cancellationToken.ThrowIfCancellationRequested();
133133
return client.GetAsync(result.ApplicationBaseUri);
134-
}, logger, CancellationTokenSource.CreateLinkedTokenSource(cancellationToken, result.HostShutdownToken).Token, retryCount: 5);
134+
}, logger, CancellationTokenSource.CreateLinkedTokenSource(cancellationToken, result.HostShutdownToken).Token);
135135
resp.EnsureSuccessStatusCode();
136136

137137
cancellationToken.ThrowIfCancellationRequested();

0 commit comments

Comments
 (0)