c5bb840bde
* Adds Static AlgorithmCreationTimeout Property to BaseSetupHandler This value will be used to set maximum time that the creation of an algorithm can take. * Adds Additional Logging to AlgorithmPythonWrapper It will informing the user how long it takes to import the module. * Changes How AlgorithmCreationTimeout is Initialized It will prevent callling Config.GetDouble on every call.