[qa] pull-tester: Start longest test first

This commit is contained in:
MarcoFalke 2016-06-20 11:21:00 +02:00 committed by Jack Grigg
parent fd7689ff07
commit 7366e81375
1 changed files with 2 additions and 1 deletions

View File

@ -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',
'paymentdisclosure.py',
'prioritisetransaction.py',
@ -153,7 +155,6 @@ testScripts = [
'spentindex.py',
'timestampindex.py',
'decodescript.py',
'p2p-fullblocktest.py',
'blockchain.py',
'disablewallet.py',
'keypool.py',