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

Timeouts while debugging #3

Open
richcarl opened this issue Jul 28, 2011 · 2 comments
Open

Timeouts while debugging #3

richcarl opened this issue Jul 28, 2011 · 2 comments

Comments

@richcarl
Copy link
Owner

Reported by Joern Barthel.

EUnit should not timeout during debugging sessions.

Environment:
R11B-5 win32

If you compile (with debug_info) an erlang module such as the attached example and step debug (calling debug/0) through it, eunit will timeout.

If it's feasible I'd rather like to see that eunit uses the time spent in the tested process as a reference for it's (in this case default-) timeout.

@richcarl
Copy link
Owner Author

Perhaps I should add some kind of timeout-override for running eunit while debugging. I have to go look through the timeout handling first before I can tell how easy it would be to do.

@kaos
Copy link

kaos commented Dec 17, 2013

I find myself calling into the test code from the erlang shell, bypassing eunit whenever I need to debug a failing test.

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