Skip to content

Commit 639b2cb

Browse files
author
Phillip Webb
committed
Increase performance test timeout
1 parent 4385da7 commit 639b2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-context/src/test/java/org/springframework/context/annotation/AnnotationProcessorPerformanceTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ public void testPrototypeCreationWithOverriddenAutowiredPropertiesIsFastEnough()
139139
}
140140
sw.stop();
141141
//System.out.println(sw.getTotalTimeMillis());
142-
assertTrue("Prototype creation took too long: " + sw.getTotalTimeMillis(), sw.getTotalTimeMillis() < 4000);
142+
assertTrue("Prototype creation took too long: " + sw.getTotalTimeMillis(), sw.getTotalTimeMillis() < 4500);
143143
}
144144

145145

0 commit comments

Comments
 (0)