Skip to content

Commit 5e6bc6d

Browse files
committed
test: remove custom rpc timeout for wallet_miniscript.py, reorder in test_runner
1 parent f811a24 commit 5e6bc6d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

test/functional/test_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
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',
@@ -149,6 +148,7 @@
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',

test/functional/wallet_miniscript.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,6 @@
205205
class 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

0 commit comments

Comments
 (0)