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"]] } # Used to limit the number of tests, when list of tests is not provided on command line diff --git a/test/functional/timing.json b/test/functional/timing.json --- a/test/functional/timing.json +++ b/test/functional/timing.json @@ -359,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