fix: Improve timeout handling during event loop lag #14239
Annotations
3 errors and 1 notice
test\request-timeout.js#L1
[Error [ERR_TEST_FAILURE]: test timed out after 30000ms] { failureType: 'testTimeoutFailure', cause: 'test timed out after 30000ms', code: 'ERR_TEST_FAILURE' }
|
test\connect-timeout.js#L19
Error [ERR_TEST_FAILURE]: Expected values to be strictly equal:
false !== true
at process.emit (node:events:517:28) {
failureType: 'unhandledRejection',
cause: AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
false !== true
at res.<computed> [as strictEqual] (D:\a\undici\undici\node_modules\@matteo.collina\tspl\tspl.js:52:35)
at D:\a\undici\undici\test\connect-timeout.js:19:9
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: 'strictEqual'
},
code: 'ERR_TEST_FAILURE'
}
|
|
|
This job failed
Loading