Skip to content

Commit d479d56

Browse files
committed
Remove timeout
1 parent b792d7f commit d479d56

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
@@ -130,7 +130,7 @@ public void ShowPopup_NavigationModalStackCountIncreases()
130130
Assert.Single(navigation.ModalStack);
131131
}
132132

133-
[Fact(Timeout = (int)TestDuration.Short)]
133+
[Fact]
134134
public void ShowPopup_MultiplePopupsDisplayed()
135135
{
136136
// Arrange

0 commit comments

Comments
 (0)