Skip to content

Commit 474384c

Browse files
committed
Reduce cost of NeverDefaultTest.
1 parent e904e09 commit 474384c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

truffle/src/com.oracle.truffle.api.dsl.test/src/com/oracle/truffle/api/dsl/test/NeverDefaultTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ public void testCacheCleanupNode() throws IllegalArgumentException, IllegalAcces
11861186
private <T extends Node> void assertInParallel(Supplier<T> nodeFactory, ParallelObjectConsumer<T> assertions) throws InterruptedException {
11871187
final int threads = THREADS;
11881188
final int threadPools = 4;
1189-
final int iterations = 1000;
1189+
final int iterations = 100;
11901190
/*
11911191
* We create multiple nodes and run the assertions in a loop to avoid implicit
11921192
* synchronization through the synchronization primitives when running the assertions just

0 commit comments

Comments
 (0)