Slow jest spec in `ee/spec/frontend/vue_mr_widget/ee_mr_widget_options_spec.js` | ee merge request widget options › SAST › when it is loading › should render loading indicator

Job #894919598 failed for e50538f4:

Trace

FAIL ee/spec/frontend/vue_mr_widget/ee_mr_widget_options_spec.js (27.567 s)
  ● ee merge request widget options › SAST › when it is loading › should render loading indicator
    Test took too long (6255.141722ms > 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)