Fix init_create_cluster_spec timing out
**How?** There's a dynamic loading in the test subject. This causes the first spec to timeout past the 500ms threshold. By eagerly loading this module in the spec file, the module load time is no longer accounted for in the spec time.
Showing
Please register or sign in to comment