mirror of
https://github.com/monero-project/monero.git
synced 2025-12-08 05:40:56 -08:00
Increase timeout for the mining test 4 times (to 240s)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user