From de56cd82b680a0887570a0836ca07d2bf85ca38c Mon Sep 17 00:00:00 2001 From: Gregory Sanders Date: Wed, 20 Mar 2019 16:58:47 -0400 Subject: [PATCH] move fee estimation test to extended tests, takes too long --- test/functional/test_runner.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index e774bef1b0f68..a9f7ebbff4d6b 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -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 @@ -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