mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-22 10:02:34 +02:00
test: remove custom rpc timeout for wallet_miniscript.py
, reorder in test_runner
This commit is contained in:
parent
f811a24421
commit
5e6bc6d830
@ -105,7 +105,6 @@ BASE_SCRIPTS = [
|
|||||||
'feature_maxuploadtarget.py',
|
'feature_maxuploadtarget.py',
|
||||||
'mempool_updatefromblock.py',
|
'mempool_updatefromblock.py',
|
||||||
'mempool_persist.py --descriptors',
|
'mempool_persist.py --descriptors',
|
||||||
'wallet_miniscript.py --descriptors',
|
|
||||||
# vv Tests less than 60s vv
|
# vv Tests less than 60s vv
|
||||||
'rpc_psbt.py --legacy-wallet',
|
'rpc_psbt.py --legacy-wallet',
|
||||||
'rpc_psbt.py --descriptors',
|
'rpc_psbt.py --descriptors',
|
||||||
@ -149,6 +148,7 @@ BASE_SCRIPTS = [
|
|||||||
'p2p_sendheaders.py',
|
'p2p_sendheaders.py',
|
||||||
'wallet_listtransactions.py --legacy-wallet',
|
'wallet_listtransactions.py --legacy-wallet',
|
||||||
'wallet_listtransactions.py --descriptors',
|
'wallet_listtransactions.py --descriptors',
|
||||||
|
'wallet_miniscript.py --descriptors',
|
||||||
# vv Tests less than 30s vv
|
# vv Tests less than 30s vv
|
||||||
'p2p_invalid_messages.py',
|
'p2p_invalid_messages.py',
|
||||||
'rpc_createmultisig.py',
|
'rpc_createmultisig.py',
|
||||||
|
@ -205,7 +205,6 @@ DESCS_PRIV = [
|
|||||||
class WalletMiniscriptTest(BitcoinTestFramework):
|
class WalletMiniscriptTest(BitcoinTestFramework):
|
||||||
def add_options(self, parser):
|
def add_options(self, parser):
|
||||||
self.add_wallet_options(parser, legacy=False)
|
self.add_wallet_options(parser, legacy=False)
|
||||||
self.rpc_timeout = 480
|
|
||||||
|
|
||||||
def set_test_params(self):
|
def set_test_params(self):
|
||||||
self.num_nodes = 1
|
self.num_nodes = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user