Skip to content

Commit

Permalink
Changed the StackCorruptionDetectionLevel to MethodFooters this shoul…
Browse files Browse the repository at this point in the history
…d fix the timeout in AppVoyer tests.
  • Loading branch information
fanoI committed Aug 16, 2017
1 parent 2fb6b23 commit 6632bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Cosmos.TestRunner.UnitTest/MyEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void Test(Type kernelToRun)
xEngine.TraceAssembliesLevel = TraceAssemblies.User;

xEngine.EnableStackCorruptionChecks = true;
xEngine.StackCorruptionChecksLevel = StackCorruptionDetectionLevel.AllInstructions;
xEngine.StackCorruptionChecksLevel = StackCorruptionDetectionLevel.MethodFooters;

// Select kernels to be tested by adding them to the engine
xEngine.AddKernel(kernelToRun.GetTypeInfo().Assembly.Location);
Expand Down

0 comments on commit 6632bfb

Please sign in to comment.