--- jsr166/src/test/loops/PriorityQueueSort.java 2005/05/09 19:33:30 1.2 +++ jsr166/src/test/loops/PriorityQueueSort.java 2005/11/28 15:40:56 1.3 @@ -23,7 +23,7 @@ public class PriorityQueueSort { } public static void main(String[] args) { - int n = 10000; + int n = 100000; if (args.length > 0) n = Integer.parseInt(args[0]);