Increase timeout for the mining test 4 times (to 240s)

This commit is contained in:
mj-xmr 2021-02-11 13:42:43 +01:00 committed by selsta
parent 4760f8b49b
commit 1e663e8488
1 changed files with 1 additions and 1 deletions

View File

@ -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)