WebIDE › user commits changes times out
Job #775554964 failed for 4099a40e:
spec/frontend_integration/ide/ide_integration_spec.js
$ jest --config jest.config.integration.js --ci
FAIL spec/frontend_integration/ide/ide_integration_spec.js (70.389s)
● WebIDE › user commits changes
Test took too long (6301.207601ms > 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)
PASS spec/frontend_integration/test_helpers/utils/obj_spec.js