Skip to content

Commit 6ada1ed

Browse files
author
Sergey Khoroshavin
committed
Revert non-working fix for testAddInactiveNodeThenActivate
Signed-off-by: Sergey Khoroshavin <[email protected]>
1 parent d69494e commit 6ada1ed

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

plenum/test/pool_transactions/test_nodes_data_changed.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,6 @@
2121
# reaches it
2222

2323

24-
@pytest.fixture(scope="module")
25-
def tconf(tconf):
26-
old_retry_timeout_restricted = tconf.RETRY_TIMEOUT_RESTRICTED
27-
old_retry_timeout_not_restricted = tconf.RETRY_TIMEOUT_NOT_RESTRICTED
28-
29-
tconf.RETRY_TIMEOUT_RESTRICTED = 0.3 * old_retry_timeout_restricted
30-
tconf.RETRY_TIMEOUT_NOT_RESTRICTED = 0.3 * old_retry_timeout_not_restricted
31-
32-
yield tconf
33-
34-
tconf.RETRY_TIMEOUT_RESTRICTED = old_retry_timeout_restricted
35-
tconf.RETRY_TIMEOUT_NOT_RESTRICTED = old_retry_timeout_not_restricted
36-
37-
3824
def testNodePortCannotBeChangedByAnotherSteward(looper, txnPoolNodeSet,
3925
sdk_wallet_steward,
4026
sdk_pool_handle,

0 commit comments

Comments
 (0)