-
Notifications
You must be signed in to change notification settings - Fork 55
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
Async fixture + Timeout doesn't work #154
Comments
Thx... I'm investigating... but maybe I need some time to fix it :( |
No problem, I appreciate you for maintaining this crate and being responsive. I'd suggest to send a PR but me + proc macros are terrible enemies 🙉 |
Ok the problem is bigger.... async timeout dosn't work with fixture. |
I found the fix.... It's simple but I don't know when I can publish it .... I hope to find some time in the next days |
Just as note it was that timeout annotated test cannot use dependency (case values, values or fixtures) that doesn't implement copy trait. |
Released.... sorry for this crappy bug |
It seems that async fixture + timeout doesn't work. I didn't dig in, but I assume the args are double-used, hence being moved.
error:
The text was updated successfully, but these errors were encountered: