From 1aecdcf536ff18c3aa7a623e1ed8314c7d79ea38 Mon Sep 17 00:00:00 2001 From: mj-xmr Date: Thu, 11 Feb 2021 13:42:43 +0100 Subject: [PATCH] Increase timeout for the mining test 4 times (to 240s) --- tests/functional_tests/mining.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional_tests/mining.py b/tests/functional_tests/mining.py index 1eb6b0ba7..50bfd32a2 100755 --- a/tests/functional_tests/mining.py +++ b/tests/functional_tests/mining.py @@ -97,7 +97,7 @@ class MiningTest(): # wait till we mined a few of them target_height = prev_height + 5 height = prev_height - timeout = 60 # randomx is slow to init + timeout = 240 # randomx is slow to init while height < target_height: seen_height = height for _ in range(timeout):