Skip to content

Commit

Permalink
test: remove custom rpc timeout for wallet_miniscript.py, reorder i…
Browse files Browse the repository at this point in the history
…n test_runner
  • Loading branch information
theStack committed Nov 5, 2023
1 parent f811a24 commit 5e6bc6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/functional/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
'feature_maxuploadtarget.py',
'mempool_updatefromblock.py',
'mempool_persist.py --descriptors',
'wallet_miniscript.py --descriptors',
# vv Tests less than 60s vv
'rpc_psbt.py --legacy-wallet',
'rpc_psbt.py --descriptors',
Expand Down Expand Up @@ -149,6 +148,7 @@
'p2p_sendheaders.py',
'wallet_listtransactions.py --legacy-wallet',
'wallet_listtransactions.py --descriptors',
'wallet_miniscript.py --descriptors',
# vv Tests less than 30s vv
'p2p_invalid_messages.py',
'rpc_createmultisig.py',
Expand Down
1 change: 0 additions & 1 deletion test/functional/wallet_miniscript.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@
class WalletMiniscriptTest(BitcoinTestFramework):
def add_options(self, parser):
self.add_wallet_options(parser, legacy=False)
self.rpc_timeout = 480

def set_test_params(self):
self.num_nodes = 1
Expand Down

0 comments on commit 5e6bc6d

Please sign in to comment.