test: enable v2 transport for p2p_timeouts.py

by skipping the part where we send a non-version message
before the version - this message would be interpreted as
part of the v2 handshake.
This commit is contained in:
Martin Zumsande
2023-11-06 15:07:45 -05:00
parent 2c1669c37a
commit 35fb9930ad
2 changed files with 11 additions and 5 deletions

View File

@@ -153,6 +153,7 @@ BASE_SCRIPTS = [
'p2p_invalid_messages.py',
'rpc_createmultisig.py',
'p2p_timeouts.py',
'p2p_timeouts.py --v2transport',
'wallet_dump.py --legacy-wallet',
'rpc_signer.py',
'wallet_signer.py --descriptors',