aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2017-02-07 17:43:36 -0500
committerMatt Corallo <git@bluematt.me>2017-02-09 17:34:03 -0500
commit66f861ade9db108f979a9bdf8d90e8fca028e2a3 (patch)
treeca572ce1139535658ee44eafa7ee63d19ad204f8 /qa/pull-tester
parentb436f92f727686cd8a10ddff5cd22ee6366fe8c8 (diff)
downloadbitcoin-66f861ade9db108f979a9bdf8d90e8fca028e2a3.tar.xz
Add a test for P2P inactivity timeouts
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index 26bc6a73df..2cf4adb9a0 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -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',