Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(launcher): Enable specification of retry-limit #1815

Conversation

budde377
Copy link
Member

Allow specification of retry limit in configuration file with the retryLimit property.
I also reordered the entries in the documentation in alphabetical order.

Closes #1126

@@ -265,6 +265,7 @@ var Config = function () {
this.browserNoActivityTimeout = 10000
this.concurrency = Infinity
this.failOnEmptyTestSuite = true
this.retryLimit = 1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be 2 right?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes

On Thu, Jan 21, 2016, 10:29 Friedel Ziegelmayer notifications@github.com
wrote:

In lib/config.js
#1815 (comment):

@@ -265,6 +265,7 @@ var Config = function () {
this.browserNoActivityTimeout = 10000
this.concurrency = Infinity
this.failOnEmptyTestSuite = true

  • this.retryLimit = 1

This should be 2 right?


Reply to this email directly or view it on GitHub
https://github.com/karma-runner/karma/pull/1815/files#r50376873.

@dignifiedquire
Copy link
Member

This looks good to me, could you squash the last commit into the first please?

Allow specification of retry limit in configuration file
with the `retryLimit` property.

Closes karma-runner#1126
@budde377 budde377 force-pushed the feature-allow-configuration-for-retryLimit branch from 4b42dc8 to cc5547c Compare January 22, 2016 13:45
@budde377
Copy link
Member Author

Done

@dignifiedquire
Copy link
Member

Thanks :octocat:

dignifiedquire added a commit that referenced this pull request Jan 22, 2016
…r-retryLimit

feat(launcher): Enable specification of retry-limit
@dignifiedquire dignifiedquire merged commit c0b1f42 into karma-runner:master Jan 22, 2016
@dignifiedquire dignifiedquire removed their assignment Jan 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants