aboutsummaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2016-06-20 11:21:00 +0200
committerMarcoFalke <falke.marco@gmail.com>2016-06-20 11:19:34 +0200
commitfa58f94ff7f097260ebee791008dab368c7ac318 (patch)
treeade1183c822761958ad4cb662629493e433ace02 /qa
parentfa3b3792522681207b3619edec5f3175be6fc841 (diff)
downloadbitcoin-fa58f94ff7f097260ebee791008dab368c7ac318.tar.xz
[qa] pull-tester: Start longest test first
Diffstat (limited to 'qa')
-rwxr-xr-xqa/pull-tester/rpc-tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index 9882308503..6c0ed4510f 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -101,6 +101,8 @@ if ENABLE_ZMQ:
#Tests
testScripts = [
+ # longest test should go first, to favor running tests in parallel
+ 'p2p-fullblocktest.py',
'walletbackup.py',
'bip68-112-113-p2p.py',
'wallet.py',
@@ -125,7 +127,6 @@ testScripts = [
'nodehandling.py',
'reindex.py',
'decodescript.py',
- 'p2p-fullblocktest.py',
'blockchain.py',
'disablewallet.py',
'sendheaders.py',