From 4053e2ae14ad7d1d69502f8307a1e93405d788a6 Mon Sep 17 00:00:00 2001 From: selsta Date: Thu, 22 Oct 2020 04:17:11 +0200 Subject: [PATCH] functional_tests: inrease mining timeout --- tests/functional_tests/mining.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional_tests/mining.py b/tests/functional_tests/mining.py index 34b4aceab..1eb6b0ba7 100755 --- a/tests/functional_tests/mining.py +++ b/tests/functional_tests/mining.py @@ -107,7 +107,7 @@ class MiningTest(): break else: assert False, 'Failed to mine successor to block %d (initial block = %d)' % (seen_height, prev_height) - timeout = 5 + timeout = 10 if via_daemon: res = daemon.stop_mining()