aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormj-xmr <mjxmr@protonmail.com>2021-02-11 13:42:43 +0100
committerselsta <selsta@sent.at>2021-10-10 12:34:07 +0200
commit1e663e84886d7f2dc5a6c7ba5c175a82d2d0792f (patch)
tree227b71363998bd2a860b82519a6dcb9f3f7a52ff
parentWallet2: Update 'approximate_testnet_rolled_back_blocks' (diff)
downloadmonero-1e663e84886d7f2dc5a6c7ba5c175a82d2d0792f.tar.xz
Increase timeout for the mining test 4 times (to 240s)
-rwxr-xr-xtests/functional_tests/mining.py2
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)