Hello again - checking your logs for your simulator, I see that you’re issuing some sort of external request:
Curl error 7: Failed to connect to [external domain] port 443 after 6 ms: Error
2024-04-29T 11:20:53-05:00Z System.TimeoutException: A timeout occurred after 30000ms selecting a server using CompositeServerSelector{ Selectors = ReadPreferenceServerSelector{ ReadPreference = { Mode : Primary } }, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 },
This is timing out and adding 30 seconds to your startup. Simulators on the free plan do not have access to the external internet, so calls like this will either need to be turned off or not waited upon.
Does that clarify what’s going on here?