Flaky spec in `spec/frontend/monitoring/components/charts/stacked_column_spec.js ` | Stacked column chart component › legend › when inline legend layout prop is set › should render an inline legend layout
Job #669078998 failed for 2fb63ac4:
● Stacked column chart component › legend › when inline legend layout prop is set › should render an inline legend layout
Test took too long (6522.814054ms > 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)