aboutsummaryrefslogtreecommitdiff
path: root/test/functional/feature_help.py
diff options
context:
space:
mode:
authorMicky Yun Chan <michan@redhat.com>2019-12-18 14:54:25 +0800
committerMicky Yun Chan <michan@redhat.com>2020-01-25 15:51:35 +0800
commit2d23082cbe4641175d752a5969f67cdadf1afcea (patch)
tree99c97bfda49497de34cbda28efd44cd1ae606170 /test/functional/feature_help.py
parent6fef85bfa3cd7f76e83b8b57f9e4acd63eb664ec (diff)
downloadbitcoin-2d23082cbe4641175d752a5969f67cdadf1afcea.tar.xz
bump test timeouts so that functional tests run in valgrind
Diffstat (limited to 'test/functional/feature_help.py')
-rwxr-xr-xtest/functional/feature_help.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_help.py b/test/functional/feature_help.py
index ed1d25c0d6..e3e2456183 100755
--- a/test/functional/feature_help.py
+++ b/test/functional/feature_help.py
@@ -17,7 +17,7 @@ class HelpTest(BitcoinTestFramework):
# Don't start the node
def get_node_output(self, *, ret_code_expected):
- ret_code = self.nodes[0].process.wait(timeout=5)
+ ret_code = self.nodes[0].process.wait(timeout=60)
assert_equal(ret_code, ret_code_expected)
self.nodes[0].stdout.seek(0)
self.nodes[0].stderr.seek(0)