Slow jest spec in `spec/frontend/monitoring/components/dashboard_spec.js` | Dashboard › when the URL contains a reference to a panel › when the URL does not link to any panel, no panel is expanded

Job #777322641 failed for 5a0c03c2:

Trace

FAIL spec/frontend/monitoring/components/dashboard_spec.js (26.069s)
  ● Dashboard › when the URL contains a reference to a panel › when the URL does not link to any panel, no panel is expanded
    Test took too long (6354.325176ms > 6000ms)!
      52 |     // debugging always takes longer than the test timeout.
      53 |     if (elapsedNS > timeoutNS && !IS_DEBUGGING) {
    > 54 |       throw new Error(
         |             ^
      55 |         `Test took too long (${elapsedNS / NS_PER_MS}ms > ${timeoutNS / NS_PER_MS}ms)!`,
      56 |       );
      57 |     }
      at Object.<anonymous> (spec/frontend/helpers/timeout.js:54:13)