aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester/rpc-tests.py
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2017-02-07 17:43:36 -0500
committerMatt Corallo <[email protected]>2017-02-09 17:34:03 -0500
commit66f861ade9db108f979a9bdf8d90e8fca028e2a3 (patch)
treeca572ce1139535658ee44eafa7ee63d19ad204f8 /qa/pull-tester/rpc-tests.py
parentqa: Expose on-connection to mininode listeners (diff)
downloaddiscoin-66f861ade9db108f979a9bdf8d90e8fca028e2a3.tar.xz
discoin-66f861ade9db108f979a9bdf8d90e8fca028e2a3.zip
Add a test for P2P inactivity timeouts
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
-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 26bc6a73d..2cf4adb9a 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',