Skip to content

[Testing] Replace retryDelay with retryTimeout in UI tests - #35367

Merged
kubaflo merged 1 commit into
inflight/currentfrom
fix/replace-retrydelay-with-retrytimeout
May 10, 2026
Merged

[Testing] Replace retryDelay with retryTimeout in UI tests#35367
kubaflo merged 1 commit into
inflight/currentfrom
fix/replace-retrydelay-with-retrytimeout

Conversation

@kubaflo

@kubaflo kubaflo commented May 10, 2026

Copy link
Copy Markdown
Collaborator

Note

Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!

Replaces retryDelay with retryTimeout in 2 UI test files. This is a clean replacement for PR #33809, which had merge conflicts because most of its changes were already applied.

Changes

File Change
Issue18751 retryDelayretryTimeout + CollectionView timing comment
Issue18896 retryDelayretryTimeout (2s→3s) + ListView timing comment

Context

The original PR #33809 applied Copilot code review suggestions from #33749 to replace Thread.Sleep/Task.Delay with retryTimeout across 9 files. 7 of those changes were already merged, leaving only these 2 files with the stale retryDelay parameter.

Supersedes #33809.

Copilot AI review requested due to automatic review settings May 10, 2026 21:43
@github-actions

Copy link
Copy Markdown
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 35367

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 35367"
@kubaflo
kubaflo changed the base branch from net11.0 to inflight/current May 10, 2026 21:44

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review this pull request because it exceeds the maximum number of files (300). Try reducing the number of changed files and requesting a review from Copilot again.

Replace retryDelay with retryTimeout in Issue18751 and Issue18896 UI tests.

- Issue18751: retryDelay→retryTimeout + CollectionView timing comment
- Issue18896: retryDelay→retryTimeout (2s→3s) + ListView timing comment

Supersedes #33809.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@kubaflo
kubaflo force-pushed the fix/replace-retrydelay-with-retrytimeout branch from 56350b0 to d84e4da Compare May 10, 2026 21:46
@kubaflo
kubaflo merged commit 8f9d290 into inflight/current May 10, 2026
2 of 11 checks passed
@kubaflo
kubaflo deleted the fix/replace-retrydelay-with-retrytimeout branch May 10, 2026 21:48
@github-actions github-actions Bot added this to the .NET 10 SR7 milestone May 10, 2026
PureWeen pushed a commit that referenced this pull request Jun 2, 2026
<!-- Please let the below note in for people that find this PR -->
> [!NOTE]
> Are you waiting for the changes in this PR to be merged?
> It would be very helpful if you could [test the resulting
artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from
this PR and let us know in a comment if this change resolves your issue.
Thank you!

Replaces `retryDelay` with `retryTimeout` in 2 UI test files. This is a
clean replacement for PR #33809, which had merge conflicts because most
of its changes were already applied.

### Changes

| File | Change |
|------|--------|
| Issue18751 | `retryDelay`→`retryTimeout` + CollectionView timing
comment |
| Issue18896 | `retryDelay`→`retryTimeout` (2s→3s) + ListView timing
comment |

### Context

The original PR #33809 applied Copilot code review suggestions from
#33749 to replace `Thread.Sleep`/`Task.Delay` with `retryTimeout` across
9 files. 7 of those changes were already merged, leaving only these 2
files with the stale `retryDelay` parameter.

Supersedes #33809.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 10, 2026
@github-actions github-actions Bot modified the milestones: .NET 10 SR7, .NET 10 SR9 Jul 22, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

3 participants