Set script delay factor to 0 in co-op termination tests
This is to ensure loops aren't actually terminating from a wait on an LSL function. This was not the case with any of the existing tests.0.7.4-extended
parent
5cbda393cd
commit
701109c8c9
|
@ -81,6 +81,9 @@ namespace OpenSim.Region.ScriptEngine.Shared.Instance.Tests
|
|||
|
||||
xEngineConfig.Set("ScriptStopStrategy", "co-op");
|
||||
|
||||
// Make sure loops aren't actually being terminated by a script delay wait.
|
||||
xEngineConfig.Set("ScriptDelayFactor", 0);
|
||||
|
||||
// This is really just set for debugging the test.
|
||||
xEngineConfig.Set("WriteScriptSourceToDebugFile", true);
|
||||
|
||||
|
|
Loading…
Reference in New Issue