Job Failed #963311855 - Jest Integration Test Timeout
Job #963311855 failed for 72588e72:
$ jest --config jest.config.integration.js --ci
FAIL spec/frontend_integration/ide/ide_integration_spec.js (58.545 s)
● WebIDE › user commits changes
Test took too long (7021.636188ms > 7000ms)!
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/ide/user_opens_ide_spec.js (10.277 s)
PASS ee/spec/frontend_integration/security_dashboard/first_class_init_integration_spec.js
PASS spec/frontend_integration/ide/user_opens_file_spec.js (9.096 s)
PASS ee/spec/frontend_integration/security_dashboard/security_charts_init_integration_spec.js
PASS spec/frontend_integration/test_helpers/utils/obj_spec.js
Test Suites: 1 failed, 5 passed, 6 total
Tests: 1 failed, 39 passed, 40 total
Snapshots: 4 passed, 4 total
Time: 86.969 s
Ran all test suites.
error Command failed with exit code 1.