Add a test for P2P inactivity timeouts

This commit is contained in:
Matt Corallo
2017-02-07 17:43:36 -05:00
parent b436f92f72
commit 66f861ade9
2 changed files with 104 additions and 0 deletions

View File

@ -168,6 +168,7 @@ testScriptsExt = [
# vv Tests less than 2m vv
'bip68-sequence.py',
'getblocktemplate_longpoll.py',
'p2p-timeouts.py',
# vv Tests less than 60s vv
'bip9-softforks.py',
'p2p-feefilter.py',