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

Hooks always have timeout of 2000 #120

Closed
jgonera opened this issue Dec 7, 2011 · 3 comments
Closed

Hooks always have timeout of 2000 #120

jgonera opened this issue Dec 7, 2011 · 3 comments

Comments

@jgonera
Copy link

jgonera commented Dec 7, 2011

It doesn't matter what timeout I set for the suite, hooks will always have the default 2000. Could we add the following line to the functions that add hooks (Suite.prototype.beforeAll...)?

if (this._timeout) hook.timeout(this._timeout);
@tj
Copy link
Contributor

tj commented Dec 7, 2011

hmm might be a bug then, they should be inheriting, i'll check it out

@tj tj closed this as completed in 736ae41 Dec 7, 2011
@tj
Copy link
Contributor

tj commented Dec 7, 2011

^ that explains it :) haha

@jgonera
Copy link
Author

jgonera commented Dec 8, 2011

Yep, now it works, thanks ;)

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

No branches or pull requests

2 participants