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
Assert.Equal("The operation has timed out.",ex.Message);
243
243
}
244
244
245
+
[Theory]
246
+
[InlineData(WaitBehavior.WaitOnResourceUnavailable,typeof(TimeoutException),"The operation has timed out.")]
247
+
[InlineData(WaitBehavior.StopOnResourceUnavailable,typeof(DistributedApplicationException),"Stopped waiting for resource 'redis' to become healthy because it failed to start.")]
0 commit comments