Skip to content

Commit

Permalink
[qa] pull-tester: Start longest test first
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Jun 20, 2016
1 parent fa3b379 commit fa58f94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion qa/pull-tester/rpc-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@

#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',
Expand All @@ -125,7 +127,6 @@
'nodehandling.py',
'reindex.py',
'decodescript.py',
'p2p-fullblocktest.py',
'blockchain.py',
'disablewallet.py',
'sendheaders.py',
Expand Down

0 comments on commit fa58f94

Please sign in to comment.