Fix slow spec in `spec/frontend/pipelines/graph/graph_component_spec.js` | graph component › when linked pipelines are present › linked pipelines components › triggered › with expanded pipeline › should render expanded pipeline
Job #740348623 failed for 73b279bc:
Trace
● graph component › when linked pipelines are present › linked pipelines components › triggered › with expanded pipeline › should render expanded pipeline
Test took too long (6607.81665ms > 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)