move fee estimation test to extended tests, takes too long

This commit is contained in:
Gregory Sanders 2019-03-20 16:58:47 -04:00
parent 1f062da26c
commit de56cd82b6

View file

@ -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