Skip to content

Commit fa58f94

Browse files
author
MarcoFalke
committed
[qa] pull-tester: Start longest test first
1 parent fa3b379 commit fa58f94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

qa/pull-tester/rpc-tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@
101101

102102
#Tests
103103
testScripts = [
104+
# longest test should go first, to favor running tests in parallel
105+
'p2p-fullblocktest.py',
104106
'walletbackup.py',
105107
'bip68-112-113-p2p.py',
106108
'wallet.py',
@@ -125,7 +127,6 @@
125127
'nodehandling.py',
126128
'reindex.py',
127129
'decodescript.py',
128-
'p2p-fullblocktest.py',
129130
'blockchain.py',
130131
'disablewallet.py',
131132
'sendheaders.py',

0 commit comments

Comments
 (0)