Skip to content

Commit 9d90576

Browse files
committed
Bump up max concurrency for NonStreamingOrderByQueryTests
1 parent 20e563f commit 9d90576

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Microsoft.Azure.Cosmos/tests/Microsoft.Azure.Cosmos.Tests/Query/Pipeline/NonStreamingOrderByQueryTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ namespace Microsoft.Azure.Cosmos.Tests.Query.Pipeline
3131
[TestClass]
3232
public class NonStreamingOrderByQueryTests
3333
{
34-
private const int MaxConcurrency = 0;
34+
private const int MaxConcurrency = 10;
3535

3636
private const int DocumentCount = 420;
3737

0 commit comments

Comments
 (0)