We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Description
Sometimes tests generation fails with timeout. Test report genaration must work correctly anyway.
To Reproduce
Generate tests for the following code snippet:
public class A { public int hangForSeconds(int seconds) { for (int i = 0; i < seconds; i++) { Thread.sleep(1000); } return seconds; } }
Visual proofs (screenshots, logs, images)
Additional context
See bug #1098 - it is a similar, but different issue May be it's fix will be helpful.
The text was updated successfully, but these errors were encountered:
I have this popup when I generate tests for Spring project. And I think it's due to zero(?) spring report support, not to timeouts.
Sorry, something went wrong.
EgorkaKulikov
Successfully merging a pull request may close this issue.
Uh oh!
There was an error while loading. Please reload this page.
Description
Sometimes tests generation fails with timeout. Test report genaration must work correctly anyway.
To Reproduce
Generate tests for the following code snippet:
Visual proofs (screenshots, logs, images)
Additional context
See bug #1098 - it is a similar, but different issue
May be it's fix will be helpful.
The text was updated successfully, but these errors were encountered: