diff --git a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue18896.cs b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue18896.cs index 84776ca17834..2dc10481d3d3 100644 --- a/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue18896.cs +++ b/src/Controls/tests/TestCases.Shared.Tests/Tests/Issues/Issue18896.cs @@ -29,6 +29,6 @@ public void Issue18896Test() // ListView with HasUnevenRows may have variable height row rendering that requires // additional time for images to load and scrollbar to disappear. // Use retryTimeout to adaptively wait for the UI to stabilize. - VerifyScreenshot(retryTimeout: TimeSpan.FromSeconds(3)); + VerifyScreenshot(retryTimeout: TimeSpan.FromSeconds(5)); } } \ No newline at end of file