This commit is contained in:
Edwin Eefting 2024-09-17 12:46:07 +02:00
parent 8879519e32
commit b115f4b081
No known key found for this signature in database
GPG Key ID: 0F3C35D8E9887737

View File

@ -896,7 +896,7 @@ test_target1/test_source2/fs2/sub@test-20101111000003
with OutputIO() as buf:
with redirect_stderr(buf):
try:
n.run(["sleep", "2"], inp=sp)
n.run(["sleep", "10"], inp=sp)
except:
pass