Skip to content

Commit

Permalink
Limited the "real world" tests to 1,500 to prevent CI/CD timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Jun 12, 2019
1 parent 16d0d6e commit abbcb50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/real-world/real-world.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const fetch = require("node-fetch");
const SwaggerParser = require("../../..");

describe("Real-world APIs", () => {
let MAX_APIS_TO_TEST = 3000;
let MAX_APIS_TO_TEST = 1500;
let START_AT_INDEX = 0;
let MAX_DOWNLOAD_RETRIES = 3;

Expand Down

0 comments on commit abbcb50

Please sign in to comment.