Skip to content

Commit 0b81c1f

Browse files
Increase Test Duration
1 parent 6e87eca commit 0b81c1f

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
@@ -251,7 +251,7 @@ public async Task ShowPopupAsyncShouldValidateProperBindingContext()
251251
Assert.Same(popupInstance.BindingContext, popupViewModel);
252252
}
253253

254-
[Fact(Timeout = (int)TestDuration.Medium)]
254+
[Fact(Timeout = (int)TestDuration.Long)]
255255
public async Task ShowPopupAsyncShouldReturnResultOnceClosed()
256256
{
257257
// Arrange

0 commit comments

Comments
 (0)