Skip to content

Commit 2d642c3

Browse files
author
msftbot[bot]
authored
Merge pull request #45975 from 333fred/reduce-e2e
Reduce nested testing level in x86 release E2E tests.
2 parents f39e321 + 4e2f747 commit 2d642c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compilers/CSharp/Test/Emit/Emit/EndToEndTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ public void DeeplyNestedGeneric()
160160
_ when ExecutionConditionUtil.IsCoreClrUnix => 1200, // 1200
161161
_ when ExecutionConditionUtil.IsMonoDesktop => 730, // 730
162162
(ExecutionArchitecture.x86, ExecutionConfiguration.Debug) => 460, // 270
163-
(ExecutionArchitecture.x86, ExecutionConfiguration.Release) => 1310, // 1290
163+
(ExecutionArchitecture.x86, ExecutionConfiguration.Release) => 1290, // 1290
164164
(ExecutionArchitecture.x64, ExecutionConfiguration.Debug) => 260, // 170
165165
(ExecutionArchitecture.x64, ExecutionConfiguration.Release) => 730, // 730
166166
_ => throw new Exception($"Unexpected configuration {ExecutionConditionUtil.Architecture} {ExecutionConditionUtil.Configuration}")

0 commit comments

Comments
 (0)