Skip to content

Commit fafe73a

Browse files
author
MarcoFalke
committed
qa: Raise feature_help timeout to 5s
1 parent faabd7b commit fafe73a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/feature_help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def setup_network(self):
1717
# Don't start the node
1818

1919
def get_node_output(self, *, ret_code_expected):
20-
ret_code = self.nodes[0].process.wait(timeout=1)
20+
ret_code = self.nodes[0].process.wait(timeout=5)
2121
assert_equal(ret_code, ret_code_expected)
2222
self.nodes[0].stdout.seek(0)
2323
self.nodes[0].stderr.seek(0)

0 commit comments

Comments
 (0)