You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
node:events:505
throw er; // Unhandled 'error' event
^
Error: connect ECONNREFUSED 127.0.0.1:5600
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1187:16)
Emitted 'error' event on Socket instance at:
at emitErrorNT (node:internal/streams/destroy:157:8)
at emitErrorCloseNT (node:internal/streams/destroy:122:3)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
errno: -111,
code: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 5600
}
This results in a
Error: Timeout of 240000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/hedera-json-rpc-relay/hedera-json-rpc-relay/packages/server/tests/acceptance.spec.ts)
Steps to reproduce
Run acceptance tests in github action
Additional context
No response
Hedera network
other
Version
v0.2.0-SNAPSHOT
Operating system
No response
The text was updated successfully, but these errors were encountered:
Description
Acceptance tests started failing on
This results in a
Steps to reproduce
Additional context
No response
Hedera network
other
Version
v0.2.0-SNAPSHOT
Operating system
No response
The text was updated successfully, but these errors were encountered: