We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 874de13 commit 4b1f7dfCopy full SHA for 4b1f7df
1 file changed
src/Controls/tests/Core.UnitTests/TickerSystemEnabledTests.cs
@@ -36,7 +36,7 @@ public async Task DisablingTickerFinishesAnimationInProgress()
36
Assert.Equal(0, view.Opacity);
37
}
38
39
- [Fact(Timeout = 3000)]
+ [Fact(Timeout = 5000)]
40
public async Task DisablingTickerFinishesAllAnimationsInChain()
41
{
42
var view1 = new View { Opacity = 1 };
0 commit comments