diff options
author | mj-xmr <mjxmr@protonmail.com> | 2021-02-11 13:42:43 +0100 |
---|---|---|
committer | selsta <selsta@sent.at> | 2021-10-10 12:34:07 +0200 |
commit | 1e663e84886d7f2dc5a6c7ba5c175a82d2d0792f (patch) | |
tree | 227b71363998bd2a860b82519a6dcb9f3f7a52ff | |
parent | Wallet2: Update 'approximate_testnet_rolled_back_blocks' (diff) | |
download | monero-1e663e84886d7f2dc5a6c7ba5c175a82d2d0792f.tar.xz |
Increase timeout for the mining test 4 times (to 240s)
-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 c60bf8396..63942e374 100755 --- a/tests/functional_tests/mining.py +++ b/tests/functional_tests/mining.py @@ -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) |