mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
move fee estimation test to extended tests, takes too long
This commit is contained in:
parent
1f062da26c
commit
de56cd82b6
1 changed files with 2 additions and 1 deletions
|
|
@ -74,7 +74,6 @@ BASE_SCRIPTS = [
|
|||
'feature_assetsdir.py',
|
||||
'feature_initial_reissuance_token.py',
|
||||
# Longest test should go first, to favor running tests in parallel
|
||||
'feature_fee_estimation.py',
|
||||
'wallet_hd.py',
|
||||
'wallet_backup.py',
|
||||
# vv Tests less than 5m vv
|
||||
|
|
@ -196,6 +195,8 @@ EXTENDED_SCRIPTS = [
|
|||
# Longest test should go first, to favor running tests in parallel
|
||||
'feature_pruning.py',
|
||||
'feature_dbcrash.py',
|
||||
'feature_fee_estimation.py',
|
||||
|
||||
]
|
||||
|
||||
# Place EXTENDED_SCRIPTS first since it has the 3 longest running tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue