Browse Source

Merge branch 'js/decoder-attempt-2' of https://github.com/SixLabors/ImageSharp into js/decoder-attempt-2

pull/2276/head
James Jackson-South 4 years ago
parent
commit
64c7a8e743
  1. 2
      tests/ImageSharp.Tests/Image/ImageTests.Decode_Cancellation.cs

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

@ -92,7 +92,7 @@ public partial class ImageTests
await Assert.ThrowsAnyAsync<OperationCanceledException>(async () =>
{
using Image image = await Image.LoadAsync(options, "someFakeFile", cts.Token);
}).WaitAsync(TimeSpan.FromSeconds(30));
});
}
}
}

Loading…
Cancel
Save