From 379255e824d662f8d41e2558819185c20cf77610 Mon Sep 17 00:00:00 2001 From: random-zebra Date: Wed, 28 Apr 2021 21:18:02 +0200 Subject: [PATCH] [Tests][Trivial] Add wallet_multiwallet.py to test_runner --- test/functional/test_runner.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 712cb83b5ce1f..b90a8e4826087 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -70,6 +70,7 @@ 'wallet_import_rescan.py', # ~ 204 sec 'p2p_invalid_block.py', # ~ 213 sec 'feature_logging.py', # ~ 195 sec + 'wallet_multiwallet.py', # ~ 190 sec 'wallet_abandonconflict.py', # ~ 188 sec 'feature_blockindexstats.py', # ~ 167 sec 'wallet_importmulti.py', # ~ 157 sec @@ -223,6 +224,7 @@ 'sapling_mempool.py', 'wallet_importmulti.py', 'wallet_import_rescan.py', + 'wallet_multiwallet.py', ] # Place the lists with the longest tests (on average) first