chore: move functional test wallet_multiwallet from category "slow 5 minutes" to "fast test"

This commit is contained in:
Konstantin Akimov 2024-04-02 01:01:34 +07:00
parent ef7ce87c1b
commit 5016294307
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -105,7 +105,6 @@ BASE_SCRIPTS = [
'rpc_fundrawtransaction.py --legacy-wallet',
'rpc_fundrawtransaction.py --legacy-wallet --nohd',
'rpc_fundrawtransaction.py --descriptors',
'wallet_multiwallet.py --usecli',
'p2p_quorum_data.py',
# vv Tests less than 2m vv
'p2p_instantsend.py',
@ -174,6 +173,7 @@ BASE_SCRIPTS = [
'mempool_persist.py',
'wallet_multiwallet.py --legacy-wallet',
'wallet_multiwallet.py --descriptors',
'wallet_multiwallet.py --usecli',
'wallet_createwallet.py --legacy-wallet',
'wallet_createwallet.py --usecli',
'wallet_createwallet.py --descriptors',