From 291a48c06dff6a61c36307c836c8208a0b8c4772 Mon Sep 17 00:00:00 2001 From: Yossi Gilad Date: Sat, 2 Sep 2023 15:47:14 -0400 Subject: [PATCH] better comment --- agreement/player_permutation_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agreement/player_permutation_test.go b/agreement/player_permutation_test.go index bd023e7ce0..56f31e513b 100644 --- a/agreement/player_permutation_test.go +++ b/agreement/player_permutation_test.go @@ -805,7 +805,8 @@ func verifyPermutationExpectedActions(t *testing.T, playerN int, eventN int, hel // Generates a set of player states, router states, and messageEvents and tests all permutations of them func TestPlayerPermutation(t *testing.T) { partitiontest.PartitionTest(t) - // check with/without setting dynamic filter timeout + // check with current consensus params and with consensus params that + // explicitly enable dynamic filter timeout playerPermutationCheck(t, false) playerPermutationCheck(t, true) }