Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up ThreadLocalStatics_Test in DEBUG builds (dotnet#72151)
Saw this test timeout in dotnet#72077. This should decrease the amount of work done by the test by 25%. It is the longest test in DynamicGenerics. It was only recently enabled. ``` Running Test: ThreadLocalStatics.TLSTesting.ThreadLocalStatics_Test cmdLine:D:\a\_work\1\s\artifacts\tests\coreclr\windows.x64.Debug\nativeaot\SmokeTests\DynamicGenerics\DynamicGenerics\DynamicGenerics.cmd Timed Out (timeout in milliseconds: 1800000 from variable __TestTimeout, start: 7/13/2022 7:46:11 AM, end: 7/13/2022 8:16:11 AM) Test Harness Exitcode is : -100 ```
- Loading branch information