mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-10-10 19:43:13 +02:00
bump test timeouts so that functional tests run in valgrind
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user