Skip to content

Commit

Permalink
[Tests][Trivial] Add wallet_multiwallet.py to test_runner
Browse files Browse the repository at this point in the history
  • Loading branch information
random-zebra committed Jun 2, 2021
1 parent 808fbc3 commit 379255e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/functional/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 379255e

Please sign in to comment.