From fafe73a626d9d935402e3d488c07cc36a57b1850 Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Fri, 3 Aug 2018 17:50:33 -0400 Subject: qa: Raise feature_help timeout to 5s --- test/functional/feature_help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/feature_help.py') diff --git a/test/functional/feature_help.py b/test/functional/feature_help.py index 1adafc21a5..ed1d25c0d6 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=1) + ret_code = self.nodes[0].process.wait(timeout=5) assert_equal(ret_code, ret_code_expected) self.nodes[0].stdout.seek(0) self.nodes[0].stderr.seek(0) -- cgit v1.2.3