From 4869820a0a7c512245423985a41c921d6a70e578 Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 2 Nov 2022 13:16:05 +0000 Subject: [PATCH] Bump num traces in in mem test --- x/ccv/provider/keeper/key_assignment_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/x/ccv/provider/keeper/key_assignment_test.go b/x/ccv/provider/keeper/key_assignment_test.go index e709dece05..0461225a5a 100644 --- a/x/ccv/provider/keeper/key_assignment_test.go +++ b/x/ccv/provider/keeper/key_assignment_test.go @@ -22,11 +22,9 @@ func key(seed int) tmprotocrypto.PublicKey { return v.TMProtoCryptoPublicKey() } -// TODO: all the map lookups are probably gonna fail because the objects are different - // Num traces to run for heuristic testing // About 1.5 secs per trace when using real store -const NUM_TRACES = 500 +const NUM_TRACES = 4000 // Len of trace for a single heuristic testing run const TRACE_LEN = 400