Skip to content

Fix init_create_cluster_spec timing out

Paul Slaughter requested to merge fe-fix-init-create-cluster-spec-timeout into master

What does this MR do?

This fixes a local test timeout issue in init_create_cluster_spec.

Before After
Screen_Shot_2019-12-16_at_12.13.29_PM Screen_Shot_2019-12-16_at_12.13.02_PM

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.

Merge request reports