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

it() function alternative timeout not working #408

Open
troywweber7 opened this issue Oct 7, 2016 · 0 comments
Open

it() function alternative timeout not working #408

troywweber7 opened this issue Oct 7, 2016 · 0 comments

Comments

@troywweber7
Copy link

I'm not sure exactly where to start, but when I run a file using jasmine-node@2.0.0-beta4 it does not allow me to set the default interval for a single it test, i.e.

let noOp = (done)=>{};

it('normal', noOp)

it('normal', noOp, 10000)

it('normal', noOp)

So, I expected that the 2nd it would timeout after 10 seconds instead of 5, but it is timing out in 5 just like the rest. Help!

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

1 participant