Commit 597aabcf authored by Felipe Andrade's avatar Felipe Andrade

typo

parent 91701d4a
......@@ -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 }()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment