Closed
Description
The Templates.Blazor.WebAssembly.Tests project is taking 37+ minutes on Helix. This is dangerously close to the 40 minute timeout we have on Helix and in fact the tests were hitting this timeout before we split the Blazor.Server parts out into it's own project in: #42382. Unfortunately this only saved ~4.5 minutes.
I suggest the Blazor team takes a look at this test project and either trims down the test variants, or splits the project up even further to reduce the time each test leg takes.