File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 105105 'feature_maxuploadtarget.py' ,
106106 'mempool_updatefromblock.py' ,
107107 'mempool_persist.py --descriptors' ,
108- 'wallet_miniscript.py --descriptors' ,
109108 # vv Tests less than 60s vv
110109 'rpc_psbt.py --legacy-wallet' ,
111110 'rpc_psbt.py --descriptors' ,
149148 'p2p_sendheaders.py' ,
150149 'wallet_listtransactions.py --legacy-wallet' ,
151150 'wallet_listtransactions.py --descriptors' ,
151+ 'wallet_miniscript.py --descriptors' ,
152152 # vv Tests less than 30s vv
153153 'p2p_invalid_messages.py' ,
154154 'rpc_createmultisig.py' ,
Original file line number Diff line number Diff line change 205205class WalletMiniscriptTest (BitcoinTestFramework ):
206206 def add_options (self , parser ):
207207 self .add_wallet_options (parser , legacy = False )
208- self .rpc_timeout = 480
209208
210209 def set_test_params (self ):
211210 self .num_nodes = 1
You can’t perform that action at this time.
0 commit comments