Skip to content

Slow jest spec in `spec/frontend/vue_shared/components/rich_content_editor/rich_content_editor_integration_spec.js` | HTML to Markdown › uses * for strong and _ for emphasis text

Job #777409337 failed for 49b84aa5:

Trace

FAIL spec/frontend/vue_shared/components/rich_content_editor/rich_content_editor_integration_spec.js (12.591s)
  ● vue_shared/components/rich_content_editor › HTML to Markdown › uses * for strong and _ for emphasis text
    Test took too long (6443.471422ms > 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)