From e3011dac16168c2d710d157edad1b31254cb68bc Mon Sep 17 00:00:00 2001 From: Brian Botha Date: Fri, 10 Jun 2022 17:23:17 +1000 Subject: [PATCH] fix: small fix for `NodeConnection` test #317 --- tests/nodes/NodeConnection.test.ts | 1 - 1 file changed, 1 deletion(-) 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!'));