Long Jest Spec at `spec/frontend/ci_variable_list/ci_variable_list/ajax_variable_list_spec.js` | AjaxFormVariableList › updateRowsWithPersistedVariables › updates new variable row with persisted ID
Summary
Job #725902552 failed for 577b8904:
Trace
FAIL spec/frontend/ci_variable_list/ci_variable_list/ajax_variable_list_spec.js (10.217s)
● AjaxFormVariableList › updateRowsWithPersistedVariables › updates new variable row with persisted ID
Test took too long (6359.830377ms > 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)