diff --git a/tests/nodes/NodeConnection.test.ts b/tests/nodes/NodeConnection.test.ts index b5bac69e54..beeb841edc 100644 --- a/tests/nodes/NodeConnection.test.ts +++ b/tests/nodes/NodeConnection.test.ts @@ -1152,7 +1152,6 @@ describe(`${NodeConnection.name} test`, () => { logger: logger, clientFactory: async (args) => GRPCClientAgent.createGRPCClientAgent(args), - timer: timerStart(2000), }); const client = conn.getClient(); await client.echo(new utilsPB.EchoMessage().setChallenge('hello!'));