Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}
}
Loading