Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ void testChildContextExample() {
}

@ParameterizedTest
@CsvSource({"100, 1000, 10", "500, 2000, 20", "1000, 3000, 50"})
@CsvSource({"100, 1000, 20", "500, 2000, 30", "1000, 3000, 50"})
void testManyAsyncStepsExample(int steps, long maxExecutionTime, long maxReplayTime) {
long minimalExecutionTimeMs = Long.MAX_VALUE;
long minimalReplayTimeMs = Long.MAX_VALUE;
Expand Down
Loading