Skip to content

Commit

Permalink
give test more time to stop before timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Oct 20, 2024
1 parent 1202aaa commit 22dc337
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public async Task StartAsync_CancelBeforeStart()
}

[TestMethod]
[Timeout(1000)]
[Timeout(2000)]
public async Task ThumbnailQueuedHostedService_Update_End_StopAsync_Test()
{
var logger = new FakeIWebLogger();
Expand Down

0 comments on commit 22dc337

Please sign in to comment.