From 5b56a67dbb1f6cd55f3f9469ada3c18de5b6c320 Mon Sep 17 00:00:00 2001 From: Brian Tiger Chow Date: Mon, 15 Dec 2014 20:44:53 -0800 Subject: [PATCH] hotfix: copy paste error @jbenet @whyrusleeping License: MIT Signed-off-by: Brian Tiger Chow --- epictest/test_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epictest/test_config.go b/epictest/test_config.go index 0315793d3..e3d34110e 100644 --- a/epictest/test_config.go +++ b/epictest/test_config.go @@ -43,6 +43,6 @@ func (c Config) Blockstore_7200RPM() Config { } func (c Config) Routing_Slow() Config { - c.BlockstoreLatency = 200 * time.Millisecond + c.RoutingLatency = 200 * time.Millisecond return c }