Slow jest spec in `spec/frontend/boards/components/board_content_spec.js` | BoardContent › graphqlBoardLists feature flag enabled › can admin list › renders draggable component

Job #987499869 failed for 1252d865:

Trace

FAIL spec/frontend/boards/components/board_content_spec.js (7.985 s)
  ● BoardContent › graphqlBoardLists feature flag enabled › can admin list › renders draggable component
    Test took too long (6164.881131ms > 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)