Skip to content

Commit f5a2000

Browse files
committed
test: re-bucket long-running tests
- p2p_node_network_limited -v*transport - feature_assume_utxo On CI runners these tests are taking longer than their current bucket suggests, often being among the last to finish. Re-bucket them to improve CI efficiency.
1 parent 33adc75 commit f5a2000

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/functional/test_runner.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,13 @@
9696
'feature_fee_estimation.py',
9797
'feature_taproot.py',
9898
'feature_block.py',
99+
'p2p_node_network_limited.py --v1transport',
100+
'p2p_node_network_limited.py --v2transport',
99101
# vv Tests less than 2m vv
100102
'mining_getblocktemplate_longpoll.py',
101103
'p2p_segwit.py',
102104
'feature_maxuploadtarget.py',
105+
'feature_assumeutxo.py',
103106
'mempool_updatefromblock.py',
104107
'mempool_persist.py --descriptors',
105108
# vv Tests less than 60s vv
@@ -354,7 +357,6 @@
354357
'wallet_coinbase_category.py --descriptors',
355358
'feature_filelock.py',
356359
'feature_loadblock.py',
357-
'feature_assumeutxo.py',
358360
'wallet_assumeutxo.py --descriptors',
359361
'p2p_dos_header_tree.py',
360362
'p2p_add_connections.py',
@@ -385,8 +387,6 @@
385387
'feature_coinstatsindex.py',
386388
'wallet_orphanedreward.py',
387389
'wallet_timelock.py',
388-
'p2p_node_network_limited.py --v1transport',
389-
'p2p_node_network_limited.py --v2transport',
390390
'p2p_permissions.py',
391391
'feature_blocksdir.py',
392392
'wallet_startup.py',

0 commit comments

Comments
 (0)