Closed
Description
Windows, x86, COMPlus_JitStressRegs=8
I don't think this is related to JitStressRegs; I can't repro it locally like that. I think the test simply fails sometimes on loaded systems due to this code:
// Wait for compaction to complete
Assert.True(await sem.WaitAsync(TimeSpan.FromSeconds(10)));
Kusto shows 6 such failures in the last 30 days (all Windows x86, JitStress).
Could this timeout number be made much, much higher?