We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d69494e commit 6ada1edCopy full SHA for 6ada1ed
plenum/test/pool_transactions/test_nodes_data_changed.py
@@ -21,20 +21,6 @@
21
# reaches it
22
23
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
38
def testNodePortCannotBeChangedByAnotherSteward(looper, txnPoolNodeSet,
39
sdk_wallet_steward,
40
sdk_pool_handle,
0 commit comments