Closed
Description
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.
Metadata
Metadata
Assignees
Type
Projects
Status
Done