Skip to content

Commit 4b1f7df

Browse files
committed
Trying a longer timeout to see if that helps MacOS
1 parent 874de13 commit 4b1f7df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Controls/tests/Core.UnitTests/TickerSystemEnabledTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public async Task DisablingTickerFinishesAnimationInProgress()
3636
Assert.Equal(0, view.Opacity);
3737
}
3838

39-
[Fact(Timeout = 3000)]
39+
[Fact(Timeout = 5000)]
4040
public async Task DisablingTickerFinishesAllAnimationsInChain()
4141
{
4242
var view1 = new View { Opacity = 1 };

0 commit comments

Comments
 (0)