From 1e663e84886d7f2dc5a6c7ba5c175a82d2d0792f 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 c60bf8396..63942e374 100755 --- a/tests/functional_tests/mining.py +++ b/tests/functional_tests/mining.py @@ -95,7 +95,7 @@ class MiningTest(): assert res_status.block_reward >= 600000000000 # wait till we mined a few of them - timeout = 60 # randomx is slow to init + timeout = 240 # randomx is slow to init timeout_height = prev_height while True: time.sleep(1)