mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-23 21:34:45 +00:00
[qa] pull-tester: Start longest test first
This commit is contained in:
parent
fa3b379252
commit
fa58f94ff7
@ -101,6 +101,8 @@ if ENABLE_ZMQ:
|
|||||||
|
|
||||||
#Tests
|
#Tests
|
||||||
testScripts = [
|
testScripts = [
|
||||||
|
# longest test should go first, to favor running tests in parallel
|
||||||
|
'p2p-fullblocktest.py',
|
||||||
'walletbackup.py',
|
'walletbackup.py',
|
||||||
'bip68-112-113-p2p.py',
|
'bip68-112-113-p2p.py',
|
||||||
'wallet.py',
|
'wallet.py',
|
||||||
@ -125,7 +127,6 @@ testScripts = [
|
|||||||
'nodehandling.py',
|
'nodehandling.py',
|
||||||
'reindex.py',
|
'reindex.py',
|
||||||
'decodescript.py',
|
'decodescript.py',
|
||||||
'p2p-fullblocktest.py',
|
|
||||||
'blockchain.py',
|
'blockchain.py',
|
||||||
'disablewallet.py',
|
'disablewallet.py',
|
||||||
'sendheaders.py',
|
'sendheaders.py',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user