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.
This commit is contained in:
Justin Clark-Casey (justincc)
2012-07-11 21:55:18 +01:00
parent 0e611c47d3
commit 33cff9b9d7
3 changed files with 12 additions and 3 deletions

View File

@@ -65,6 +65,7 @@ namespace OpenSim.Region.ScriptEngine.XEngine.Tests
IConfig xEngineConfig = configSource.AddConfig("XEngine");
xEngineConfig.Set("Enabled", "true");
xEngineConfig.Set("StartDelay", "0");
// These tests will not run with AppDomainLoading = true, at least on mono. For unknown reasons, the call
// to AssemblyResolver.OnAssemblyResolve fails.