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

Support failing tests that take too long (timeouts) #41

Open
mrpotes opened this issue Jan 28, 2016 · 1 comment
Open

Support failing tests that take too long (timeouts) #41

mrpotes opened this issue Jan 28, 2016 · 1 comment

Comments

@mrpotes
Copy link
Member

mrpotes commented Jan 28, 2016

The timeout should be configurable, preferably using the existing with() mechanism. E.g.

with(testTimeout(5, TimeUnit.SECONDS)).
it("...", () -> {
  // ...
});
@mrpotes mrpotes added this to the 1.0 milestone Jan 28, 2016
@joebandenburg joebandenburg changed the title Test timeouts Support failing tests that take too long (timeouts) Mar 22, 2016
@joebandenburg
Copy link
Member

Punting this for 1.0.

@joebandenburg joebandenburg removed this from the 1.0 milestone Mar 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

No branches or pull requests

2 participants