create-testplane
Version:
A tool for fast and simple Testplane configuration
16 lines • 550 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const plugins_1 = require("../constants/plugins");
exports.default = {
name: plugins_1.TESTPLANE_RETRY_LIMITER,
fn: (config) => {
config.plugins[plugins_1.TESTPLANE_RETRY_LIMITER] = {
__comment: "https://github.com/gemini-testing/testplane-retry-limiter",
enabled: true,
limit: 0.3,
setRetriesOnTestFail: 1,
timeLimit: 1200,
};
},
};
//# sourceMappingURL=testplane-retry-limiter.js.map