mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Increase performance test timeout
This commit is contained in:
+1
-1
@@ -139,7 +139,7 @@ public class AnnotationProcessorPerformanceTests {
|
||||
}
|
||||
sw.stop();
|
||||
//System.out.println(sw.getTotalTimeMillis());
|
||||
assertTrue("Prototype creation took too long: " + sw.getTotalTimeMillis(), sw.getTotalTimeMillis() < 4000);
|
||||
assertTrue("Prototype creation took too long: " + sw.getTotalTimeMillis(), sw.getTotalTimeMillis() < 4500);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user