@Anonymous One factor that could effect while running your experiment on Azure ML is the setup time of the compute while running the experiment. Normally, compute is setup run time when the experiment run is initiated to avoid costs of running compute when not required. In this case the difference is still 30 minutes which is large and the setup usually takes few minutes depending on the availability of compute and region you are using.
Another factor could be the settings used in the experiment, since you are using the SDK or designer the default settings might be set for some configurations for optimization. If these settings are not changed then these might slow down the run time of the experiment, depending on your configuration these settings can be reviewed to check if there is a possibility to optimize it further.
If the above scenarios do not help we would recommend to raise a support issue to check what could be causing slowness in your workspace. Thanks.