Skip to content

Commit cfe3a37

Browse files
committed
Increase iteration count in ScijavaContextTest from 500 to 10,000
1 parent 2ecea00 commit cfe3a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/sc/fiji/ScijavaContextTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class ScijavaContextTest
99
@Test
1010
void testContext()
1111
{
12-
for ( int i = 0; i < 500; i++ )
12+
for ( int i = 0; i < 10_000; i++ )
1313
try (org.scijava.Context context = new org.scijava.Context())
1414
{
1515

0 commit comments

Comments
 (0)