Skip to content

Commit aa35129

Browse files
committed
Polishing
1 parent 08442e4 commit aa35129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junit-platform-engine/src/main/java/org/junit/platform/engine/support/hierarchical/ConcurrentHierarchicalTestExecutorService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ private void processQueueEntries(List<WorkQueue.Entry> queueEntries) {
240240
}
241241
var entriesRequiringResourceLocks = queueEntriesByResult.get(WorkStealResult.RESOURCE_LOCK_UNAVAILABLE);
242242
if (entriesRequiringResourceLocks != null) {
243-
// One entry at a time to avoid over comitting
243+
// One entry at a time to avoid blocking too much
244244
tryToStealWork(entriesRequiringResourceLocks.get(0), BlockingMode.BLOCKING);
245245
}
246246
}

0 commit comments

Comments
 (0)