From cb2492d661fe56ba479491cd5167fe2cc52fcbc1 Mon Sep 17 00:00:00 2001 From: Felipe Andrade Date: Wed, 31 May 2023 13:24:43 -0700 Subject: [PATCH] typo --- proxyd/proxyd/integration_tests/consensus_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxyd/proxyd/integration_tests/consensus_test.go b/proxyd/proxyd/integration_tests/consensus_test.go index 06c8b79..f59358e 100644 --- a/proxyd/proxyd/integration_tests/consensus_test.go +++ b/proxyd/proxyd/integration_tests/consensus_test.go @@ -635,7 +635,7 @@ func TestConsensus(t *testing.T) { reset() useOnlyNode1() - // replace node1 handler with one that adds a 100ms delay + // replace node1 handler with one that adds a 500ms delay oldHandler := nodes["node1"].mockBackend.handler defer func() { nodes["node1"].mockBackend.handler = oldHandler }()