Skip to content

Commit

Permalink
Increase test kernel timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
mterwoord authored Jun 25, 2016
1 parent c1a82c6 commit 3f8c3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Users/Matthijs/DebugCompiler/MyEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public void Test(Type kernelToRun)

// Sets the time before an error is registered. For example if set to 60 then if a kernel runs for more than 60 seconds then
// that kernel will be marked as a failure and terminated
xEngine.AllowedSecondsInKernel = 300;
xEngine.AllowedSecondsInKernel = 600;

// If you want to test only specific platforms, add them to the list, like next line. By default, all platforms are run.
xEngine.RunTargets.Add(RunTargetEnum.Bochs);
Expand Down

0 comments on commit 3f8c3df

Please sign in to comment.