Skip to content

Commit de56cd8

Browse files
committed
move fee estimation test to extended tests, takes too long
1 parent 1f062da commit de56cd8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/functional/test_runner.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
'feature_assetsdir.py',
7575
'feature_initial_reissuance_token.py',
7676
# Longest test should go first, to favor running tests in parallel
77-
'feature_fee_estimation.py',
7877
'wallet_hd.py',
7978
'wallet_backup.py',
8079
# vv Tests less than 5m vv
@@ -196,6 +195,8 @@
196195
# Longest test should go first, to favor running tests in parallel
197196
'feature_pruning.py',
198197
'feature_dbcrash.py',
198+
'feature_fee_estimation.py',
199+
199200
]
200201

201202
# Place EXTENDED_SCRIPTS first since it has the 3 longest running tests

0 commit comments

Comments
 (0)