mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-13 22:59:34 +02:00
qa: Raise feature_help timeout to 5s
This commit is contained in:
parent
faabd7bc47
commit
fafe73a626
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user