Skip to content

Commit 47c09cf

Browse files
committed
INDY-2215: fix test_3pc_while_catchup_with_chkpoints_only
Signed-off-by: toktar <[email protected]>
1 parent 44d8576 commit 47c09cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

plenum/test/node_catchup_with_3pc/test_stashing_3pc_while_catchup_only_checkpoints.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
from logging import getLogger
22

33
import pytest
4+
from plenum.common.constants import LEDGER_STATUS
45

56
from plenum.common.messages.node_messages import Checkpoint, LedgerStatus
67
from plenum.common.startable import Mode
@@ -88,7 +89,7 @@ def test_3pc_while_catchup_with_chkpoints_only(tdir, tconf,
8889
lagging_node.nodeIbStasher.delay(pDelay())
8990
lagging_node.nodeIbStasher.delay(cDelay())
9091

91-
with delay_rules(lagging_node.nodeIbStasher, lsDelay(), cr_delay()):
92+
with delay_rules(lagging_node.nodeIbStasher, lsDelay(), cr_delay(), msg_rep_delay(types_to_delay=[LEDGER_STATUS])):
9293
looper.add(lagging_node)
9394
txnPoolNodeSet[-1] = lagging_node
9495
looper.run(checkNodesConnected(txnPoolNodeSet))

0 commit comments

Comments
 (0)