Skip to content

Set PLAYWRIGHT_DOWNLOAD_CONNECTION_TIMEOUT to fix CDN timeout failures in .NET Aspire scenario#11

Merged
jewilder merged 1 commit intomicrosoft:mainfrom
philnach:fix/net-aspire-playwright-download-timeout
Apr 2, 2026
Merged

Set PLAYWRIGHT_DOWNLOAD_CONNECTION_TIMEOUT to fix CDN timeout failures in .NET Aspire scenario#11
jewilder merged 1 commit intomicrosoft:mainfrom
philnach:fix/net-aspire-playwright-download-timeout

Conversation

@philnach
Copy link
Copy Markdown
Member

@philnach philnach commented Apr 2, 2026

Playwright browser downloads were failing due to upstream CDN slowness and the default connection timeout being too short.

Set PLAYWRIGHT_DOWNLOAD_CONNECTION_TIMEOUT=300000 (5 minutes) in all prep and run scripts on both Windows and macOS, before any dotnet restore/build commands that may trigger Playwright browser downloads.

Bumped prep_version: Windows and macOS 6->7

…s in .NET Aspire scenario

Playwright browser downloads were failing due to upstream CDN slowness and the default connection timeout being too short.

Set PLAYWRIGHT_DOWNLOAD_CONNECTION_TIMEOUT=300000 (5 minutes) in all prep and run scripts on both Windows and macOS, before any dotnet restore/build commands that may trigger Playwright browser downloads.

Bumped prep_version: Windows and macOS 6->7
@jewilder jewilder merged commit 2c79103 into microsoft:main Apr 2, 2026
5 of 6 checks passed
@philnach philnach deleted the fix/net-aspire-playwright-download-timeout branch April 15, 2026 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants