-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Description
This test take 45ms on Node.js v14.17.5, but fails with a timeout on Node.js v16.13.2:
docker-exec-websocket-client/test/test.js
Line 124 in 8c7bbe8
| test('docker exec wc -c', async () => { |
Test output:
1) docker exec wc -c
✓ cat on server (512ms)
✓ exit code (504ms)
✓ connection limit
✓ automatic pausing (1008ms)
✓ session count
✓ resize (3513ms)
6 passing (48s)
1 failing
1) trying client
docker exec wc -c:
Error: Timeout of 40000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/Users/john/src/docker-exec-websocket-client/test/test.js)
at listOnTimeout (node:internal/timers:557:17)
at processTimers (node:internal/timers:500:7)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels