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(timeout): add timeout option #122

Merged
merged 1 commit into from Mar 23, 2016
Merged

feat(timeout): add timeout option #122

merged 1 commit into from Mar 23, 2016

Conversation

blond
Copy link
Member

@blond blond commented Mar 23, 2016

No description provided.

@@ -225,6 +225,7 @@ function initCommonOpts(opts) {
],
reporters: covReporters ? covReporters.split(',') : ['lcov']
}),
timeout: opts.timeout || 2000,
Copy link
Contributor

Choose a reason for hiding this comment

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

Может сразу process.env.BEM_TMPL_SPECS_TIMEOUT сделаем?

Copy link
Member Author

Choose a reason for hiding this comment

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

добавил

@blond blond merged commit 116260c into master Mar 23, 2016
@blond blond deleted the timeout branch March 23, 2016 19:28
@@ -225,6 +226,7 @@ function initCommonOpts(opts) {
],
reporters: covReporters ? covReporters.split(',') : ['lcov']
}),
timeout: timeout || 2000,
Copy link
Contributor

Choose a reason for hiding this comment

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

А чего опцию не сделал?

Copy link
Member Author

Choose a reason for hiding this comment

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

Какую? )

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