diff options
author | Justin Clark-Casey (justincc) | 2012-07-11 21:55:18 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-07-11 21:55:18 +0100 |
commit | 33cff9b9d7c9d742b1cb7064ed78677e3f030e72 (patch) | |
tree | 2dafeb5ce7cfe0daba2ccfa35f2e3662c8c8742c /OpenSim/Region/ScriptEngine/XEngine/Tests/XEngineTest.cs | |
parent | Remove WorldComm module from the regression TestCompileAndStartScript() since... (diff) | |
download | opensim-SC-33cff9b9d7c9d742b1cb7064ed78677e3f030e72.zip opensim-SC-33cff9b9d7c9d742b1cb7064ed78677e3f030e72.tar.gz opensim-SC-33cff9b9d7c9d742b1cb7064ed78677e3f030e72.tar.bz2 opensim-SC-33cff9b9d7c9d742b1cb7064ed78677e3f030e72.tar.xz |
Allow XEngine StartDelay to be configured in the [XEngine] config section.
This is only currently meant for use by regression tests that don't have any issues if XEngine is started up quickly, since no other operations will be occuring simultaneously.
Therefore, this is not yet documented externally.
Diffstat (limited to 'OpenSim/Region/ScriptEngine/XEngine/Tests/XEngineTest.cs')
-rw-r--r-- | OpenSim/Region/ScriptEngine/XEngine/Tests/XEngineTest.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/ScriptEngine/XEngine/Tests/XEngineTest.cs b/OpenSim/Region/ScriptEngine/XEngine/Tests/XEngineTest.cs index fe4b0fa..f247a0b 100644 --- a/OpenSim/Region/ScriptEngine/XEngine/Tests/XEngineTest.cs +++ b/OpenSim/Region/ScriptEngine/XEngine/Tests/XEngineTest.cs | |||
@@ -65,6 +65,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine.Tests | |||
65 | 65 | ||
66 | IConfig xEngineConfig = configSource.AddConfig("XEngine"); | 66 | IConfig xEngineConfig = configSource.AddConfig("XEngine"); |
67 | xEngineConfig.Set("Enabled", "true"); | 67 | xEngineConfig.Set("Enabled", "true"); |
68 | xEngineConfig.Set("StartDelay", "0"); | ||
68 | 69 | ||
69 | // These tests will not run with AppDomainLoading = true, at least on mono. For unknown reasons, the call | 70 | // These tests will not run with AppDomainLoading = true, at least on mono. For unknown reasons, the call |
70 | // to AssemblyResolver.OnAssemblyResolve fails. | 71 | // to AssemblyResolver.OnAssemblyResolve fails. |