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 105
105
'feature_maxuploadtarget.py' ,
106
106
'mempool_updatefromblock.py' ,
107
107
'mempool_persist.py --descriptors' ,
108
- 'wallet_miniscript.py --descriptors' ,
109
108
# vv Tests less than 60s vv
110
109
'rpc_psbt.py --legacy-wallet' ,
111
110
'rpc_psbt.py --descriptors' ,
149
148
'p2p_sendheaders.py' ,
150
149
'wallet_listtransactions.py --legacy-wallet' ,
151
150
'wallet_listtransactions.py --descriptors' ,
151
+ 'wallet_miniscript.py --descriptors' ,
152
152
# vv Tests less than 30s vv
153
153
'p2p_invalid_messages.py' ,
154
154
'rpc_createmultisig.py' ,
Original file line number Diff line number Diff line change 205
205
class WalletMiniscriptTest (BitcoinTestFramework ):
206
206
def add_options (self , parser ):
207
207
self .add_wallet_options (parser , legacy = False )
208
- self .rpc_timeout = 480
209
208
210
209
def set_test_params (self ):
211
210
self .num_nodes = 1
You can’t perform that action at this time.
0 commit comments