Slow jest spec in `spec/frontend/monitoring/router_spec.js` | Monitoring router › support legacy URLs with full dashboard path to visit dashboard page › "/dashboard.yml" renders page with dashboard "dashboard.yml"
Job #776662069 failed for 4282739a:
Trace
● Monitoring router › support legacy URLs with full dashboard path to visit dashboard page › "/dashboard.yml" renders page with dashboard "dashboard.yml"
Test took too long (8108.799737ms > 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)