Skip to content

test: fix test http upload timeout

fix test http upload timeout which often fail in CI.

/home/iojs/build/workspace/node-test-commit-linux-containered/test/pummel/test-http-upload-timeout.js:34
    throw new Error('Unexpected timeout');
    ^

Error: Unexpected timeout
    at Socket.<anonymous> (/home/iojs/build/workspace/node-test-commit-linux-containered/test/pummel/test-http-upload-timeout.js:34:11)
    at Socket.emit (node:events:525:35)
    at Socket._onTimeout (node:net:522:8)
    at listOnTimeout (node:internal/timers:564:17)
    at process.processTimers (node:internal/timers:507:7)
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading