json: increase time limit for swagger performance test (blinks on some agents)

This commit is contained in:
Anton Lobov
2019-04-10 18:30:56 +02:00
parent 0544130e4e
commit c9dff86ca7
@@ -28,7 +28,7 @@ public class JsonSchemaPerformanceTest extends JsonSchemaHeavyAbstractTest {
}
public void testSwaggerHighlighting() {
doPerformanceTest(8300, "swagger");
doPerformanceTest(8600, "swagger");
}
public void testTsLintSchema() {