mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-13 11:40:42 +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
|
# Don't start the node
|
||||||
|
|
||||||
def get_node_output(self, *, ret_code_expected):
|
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)
|
assert_equal(ret_code, ret_code_expected)
|
||||||
self.nodes[0].stdout.seek(0)
|
self.nodes[0].stdout.seek(0)
|
||||||
self.nodes[0].stderr.seek(0)
|
self.nodes[0].stderr.seek(0)
|
||||||
|
Loading…
Reference in New Issue
Block a user