diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -74,8 +74,8 @@ # testName # testName --param1 --param2 # testname --param3 - "txn_doublespend.py": [["--mineblock"]], - "txn_clone.py": [["--mineblock"]], + "wallet_txn_doublespend.py": [["--mineblock"]], + "wallet_txn_clone.py": [["--mineblock"]], "wallet_multiwallet.py": [["--usecli"]] } diff --git a/test/functional/timing.json b/test/functional/timing.json --- a/test/functional/timing.json +++ b/test/functional/timing.json @@ -347,6 +347,10 @@ "name": "wallet_multiwallet.py", "time": 16 }, + { + "name": "wallet_multiwallet.py --usecli", + "time": 17 + }, { "name": "wallet_resendwallettransactions.py", "time": 5 @@ -355,12 +359,20 @@ "name": "wallet_txn_clone.py", "time": 5 }, + { + "name": "wallet_txn_clone.py --mineblock", + "time": 5 + }, { "name": "wallet_txn_doublespend.py", "time": 5 }, + { + "name": "wallet_txn_doublespend.py --mineblock", + "time": 5 + }, { "name": "wallet_zapwallettxes.py", "time": 13 } ] \ No newline at end of file