Skip to content

Commit

Permalink
move fee estimation test to extended tests, takes too long
Browse files Browse the repository at this point in the history
  • Loading branch information
instagibbs committed Mar 20, 2019
1 parent 1f062da commit de56cd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/test_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@
'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
Expand Down Expand Up @@ -196,6 +195,8 @@
# 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
Expand Down

0 comments on commit de56cd8

Please sign in to comment.