Increase performance test timeout
This commit is contained in:
@@ -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