Skip to content

Commit

Permalink
updated ResumePerformanceTest
Browse files Browse the repository at this point in the history
  • Loading branch information
bezzad committed Dec 20, 2023
1 parent 891a83b commit cab970f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ public async Task ResumePerformanceTest()

// assert
Assert.False(eventArgs?.Cancelled);
Assert.True(watch.ElapsedMilliseconds < 1000, $"Duration: {watch.ElapsedMilliseconds}ms");
Assert.InRange(watch.ElapsedMilliseconds, 0, 1500);
Assert.Equal(4, Options.ParallelCount);
Assert.Equal(8, Options.ChunkCount);
}
Expand Down

0 comments on commit cab970f

Please sign in to comment.