Skip to content

Conversation

michaellatman
Copy link

Changes:

Test Adjustment: Corrected the test condition for the test should not allow more than 200 parallel reads to ensure it verifies the correct behavior when the parallelism limit is exceeded.

Previously: assert(time > 2000) { "Should take less than 2000, took $time" }
Now: assert(time < 2000) { "Should take less than 2000, took $time" }

…tations

Changes:

Test Adjustment: Corrected the test condition for the test should not allow more than 200 parallel reads to ensure it verifies the correct behavior when the parallelism limit is exceeded.

Previously: assert(time > 2000) { "Should take less than 2000, took $time" }
Now: assert(time < 2000) { "Should take less than 2000, took $time" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant