diff options
| author | Matt Corallo <[email protected]> | 2017-02-07 17:43:36 -0500 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2017-02-09 17:34:03 -0500 |
| commit | 66f861ade9db108f979a9bdf8d90e8fca028e2a3 (patch) | |
| tree | ca572ce1139535658ee44eafa7ee63d19ad204f8 /qa/pull-tester/rpc-tests.py | |
| parent | qa: Expose on-connection to mininode listeners (diff) | |
| download | discoin-66f861ade9db108f979a9bdf8d90e8fca028e2a3.tar.xz discoin-66f861ade9db108f979a9bdf8d90e8fca028e2a3.zip | |
Add a test for P2P inactivity timeouts
Diffstat (limited to 'qa/pull-tester/rpc-tests.py')
| -rwxr-xr-x | qa/pull-tester/rpc-tests.py | 1 |
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', |