Skip to content

Commit 85dc0f3

Browse files
committed
[Experiment] do not timeout LoadAsync_IsCancellable
1 parent 1dd2d6e commit 85dc0f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageSharp.Tests/Image/ImageTests.Decode_Cancellation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public async Task LoadAsync_IsCancellable(bool useMemoryStream, string file, dou
9292
await Assert.ThrowsAnyAsync<OperationCanceledException>(async () =>
9393
{
9494
using Image image = await Image.LoadAsync(options, "someFakeFile", cts.Token);
95-
}).WaitAsync(TimeSpan.FromSeconds(30));
95+
});
9696
}
9797
}
9898
}

0 commit comments

Comments
 (0)