67- 'feature_segwit.py',
68+ 'feature_fee_estimation.py',
69 # vv Tests less than 2m vv
70- 'wallet_basic.py',
71- 'wallet_labels.py',
72+ 'feature_block.py',
to be honest, I don’t think the reordering matters. for example, feature_block was the third test previously and is now the second test. I think it is most important to have the longest running test as the first test. The order of the remaining ones shouldn’t matter much if they are reasonably sorted by run time.
You’re right. That doesn’t take a major effect. Also it seems there are a lot of merge conflicts. Now I only move them to the BASE_SCRIPTS list, not to re-order them.