diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-02-18 14:11:55 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-02-18 14:11:55 -0500 |
commit | 1614be4a41d72497f6fe3ed3c87ba915aceaa3a3 (patch) | |
tree | 8e2264c8c1242dda2dd880cd91e9afa6d134a1e9 /tests | |
parent | Merge pull request #7361 (diff) | |
parent | Increase timeout for the mining test 4 times (to 240s) (diff) | |
download | monero-1614be4a41d72497f6fe3ed3c87ba915aceaa3a3.tar.xz |
Merge pull request #7371
1aecdcf Increase timeout for the mining test 4 times (to 240s) (mj-xmr)
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/functional_tests/mining.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional_tests/mining.py b/tests/functional_tests/mining.py index 1eb6b0ba7..50bfd32a2 100755 --- a/tests/functional_tests/mining.py +++ b/tests/functional_tests/mining.py @@ -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): |