From e0b72ba0498b2927da87b7eccb980d441adc993e Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Tue, 18 Aug 2020 21:08:57 +0200 Subject: [PATCH] Reduce number of runs to 1 Signed-off-by: Jakub Sztandera --- chain/messagepool/selection_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chain/messagepool/selection_test.go b/chain/messagepool/selection_test.go index 58eae3a92..0fd9b7406 100644 --- a/chain/messagepool/selection_test.go +++ b/chain/messagepool/selection_test.go @@ -939,7 +939,7 @@ func testCompetitiveMessageSelection(t *testing.T, rng *rand.Rand, getPremium fu totalOptimalCapacity := 0.0 totalOptimalReward := 0.0 totalBestTQReward := 0.0 - const runs = 50 + const runs = 1 for i := 0; i < runs; i++ { // 2. optimal selection minersRand := rng.Float64()