We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3b379 commit fa58f94Copy full SHA for fa58f94
qa/pull-tester/rpc-tests.py
@@ -101,6 +101,8 @@
101
102
#Tests
103
testScripts = [
104
+ # longest test should go first, to favor running tests in parallel
105
+ 'p2p-fullblocktest.py',
106
'walletbackup.py',
107
'bip68-112-113-p2p.py',
108
'wallet.py',
@@ -125,7 +127,6 @@
125
127
'nodehandling.py',
126
128
'reindex.py',
129
'decodescript.py',
- 'p2p-fullblocktest.py',
130
'blockchain.py',
131
'disablewallet.py',
132
'sendheaders.py',
0 commit comments