Slow jest spec in `spec/frontend/monitoring/components/dashboard_spec.js ` | Dashboard › when all requests have been commited by the store › it does not show loading icons in any group
Job #777256529 failed for 8d2ba695:
Trace
FAIL spec/frontend/monitoring/components/dashboard_spec.js (24.336s)
● Dashboard › when all requests have been commited by the store › it does not show loading icons in any group
Test took too long (6645.354555ms > 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)