Skip to content

Commit 6e87eca

Browse files
Update Test Duration
1 parent 98c6848 commit 6e87eca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CommunityToolkit.Maui.UnitTests/Services/PopupServiceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ public async Task ShowPopupAsync_AwaitingShowPopupAsync_EnsurePreviousPopupClose
9797
Assert.Empty(navigation.ModalStack);
9898
}
9999

100-
[Fact(Timeout = (int)TestDuration.Short)]
100+
[Fact(Timeout = (int)TestDuration.Long)]
101101
public async Task ShowPopupAsync_UsingPage_AwaitingShowPopupAsync_EnsurePreviousPopupClosed()
102102
{
103103
// Arrange

0 commit comments

Comments
 (0)