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 @@ -632,7 +632,7 @@ void testManyAsyncStepsVirtualThreadExample(int steps, long maxExecutionTime, lo

@ParameterizedTest
// OOM if it creates 1000 child contexts
@CsvSource({"100, 1500, 10", "500, 3000, 20"})
@CsvSource({"100, 1500, 20", "500, 3000, 30"})
void testManyAsyncChildContextExample(int steps, long maxExecutionTime, long maxReplayTime) {
long minimalExecutionTimeMs = Long.MAX_VALUE;
long minimalReplayTimeMs = Long.MAX_VALUE;
Expand Down
Loading