Slow jest spec in `spec/frontend/alert_management/components/alert_management_table_spec.js` | AlertManagementTable › updating the alert status › when a request fails › shows an error
Job #774819183 failed for fb25aab7:
Trace
FAIL spec/frontend/alert_management/components/alert_management_table_spec.js (24.18s)
● AlertManagementTable › updating the alert status › when a request fails › shows an error
Test took too long (6015.9296ms > 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 | }