mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Optimize functional tests runtime (#3630)
Signed-off-by: pasta <pasta@dashboost.org>
This commit is contained in:
parent
469771d28e
commit
a566eaff30
@ -65,6 +65,7 @@ BASE_SCRIPTS= [
|
|||||||
'feature_block.py', # NOTE: needs dash_hash to pass
|
'feature_block.py', # NOTE: needs dash_hash to pass
|
||||||
'rpc_fundrawtransaction.py',
|
'rpc_fundrawtransaction.py',
|
||||||
'rpc_fundrawtransaction_hd.py',
|
'rpc_fundrawtransaction_hd.py',
|
||||||
|
'wallet_multiwallet.py --usecli',
|
||||||
# vv Tests less than 2m vv
|
# vv Tests less than 2m vv
|
||||||
'p2p_instantsend.py',
|
'p2p_instantsend.py',
|
||||||
'wallet_basic.py',
|
'wallet_basic.py',
|
||||||
@ -105,7 +106,6 @@ BASE_SCRIPTS= [
|
|||||||
'mempool_reorg.py',
|
'mempool_reorg.py',
|
||||||
'mempool_persist.py',
|
'mempool_persist.py',
|
||||||
'wallet_multiwallet.py',
|
'wallet_multiwallet.py',
|
||||||
'wallet_multiwallet.py --usecli',
|
|
||||||
'interface_http.py',
|
'interface_http.py',
|
||||||
'rpc_users.py',
|
'rpc_users.py',
|
||||||
'feature_proxy.py',
|
'feature_proxy.py',
|
||||||
|
Loading…
Reference in New Issue
Block a user