Skip to content

Fix slow specs in roadmap

Paul Slaughter requested to merge 217012-fix-slow-specs-in-roadmap into master

What does this MR do?

Fix slow specs in roadmap_app_spec by:

  • Moving the store setup to before the component
  • Slicing the epics passed to the store, since a full mount with lots of epics seemed to take a long time.

Screenshots

Before After
Screen_Shot_2020-05-08_at_10.06.07_AM Screen_Shot_2020-05-08_at_10.04.55_AM

Follow up

We shouldn't ignore the fact that there is some per-epic slowness. Created a follow-up issue to address this #217140.

References

Edited by Paul Slaughter

Merge request reports