Skip to content

Commit

Permalink
increase performance test time because of linux copability
Browse files Browse the repository at this point in the history
  • Loading branch information
Behzad Khosravifar committed Apr 27, 2024
1 parent 64d812d commit 4164c46
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.InRange(watch.ElapsedMilliseconds, 0, 1500);
Assert.InRange(watch.ElapsedMilliseconds, 0, 2000);
Assert.Equal(4, Options.ParallelCount);
Assert.Equal(8, Options.ChunkCount);
}
Expand Down

0 comments on commit 4164c46

Please sign in to comment.