• Paul Slaughter's avatar
    Fix init_create_cluster_spec timing out · 805f5324
    Paul Slaughter authored
    **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.
    805f5324
init_create_cluster_spec.js 2.27 KB