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/functional_tests | |
| parent | 1b11820187e32c9c539cbe14135e038eb1094c42 (diff) | |
| parent | 1aecdcf536ff18c3aa7a623e1ed8314c7d79ea38 (diff) | |
| download | monzero-core-1614be4a41d72497f6fe3ed3c87ba915aceaa3a3.tar.gz monzero-core-1614be4a41d72497f6fe3ed3c87ba915aceaa3a3.tar.xz monzero-core-1614be4a41d72497f6fe3ed3c87ba915aceaa3a3.zip | |
Merge pull request #7371
1aecdcf Increase timeout for the mining test 4 times (to 240s) (mj-xmr)
Diffstat (limited to 'tests/functional_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): |
