Skip to content

Commit

Permalink
Merge pull request #7371
Browse files Browse the repository at this point in the history
1aecdcf Increase timeout for the mining test 4 times (to 240s) (mj-xmr)
  • Loading branch information
luigi1111 committed Feb 18, 2021
2 parents 1b11820 + 1aecdcf commit 1614be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional_tests/mining.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def mine(self, via_daemon):
# 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):
Expand Down

0 comments on commit 1614be4

Please sign in to comment.