This commit is contained in:
a 2024-08-08 14:57:34 +02:00
parent cd40708d71
commit ae9abc212c

View file

@ -1539,7 +1539,7 @@ def test_callable_alias_no_bad_file_descriptor(test_code):
test_code,
interactive=True,
single_command=True,
timeout=40
timeout=60
)
assert ret == 0
assert "Error" not in out