mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
Increase timeout for the mining test 4 times (to 240s)
This commit is contained in:
parent
cb70ae9450
commit
1aecdcf536
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue