-
Notifications
You must be signed in to change notification settings - Fork 46
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
Test generation timeout is exceeded 15 sec - 1 min for every run #1028
Comments
Reproducing on one of the latest builds from main - unit-test-bot/rc10102022 ArraysQuickSort Test generation timeout was set to 20 sec. Progress-bar was running up to the end during 20 sec. ArrayCastExample Test generation timeout was set to 60 sec. Progress-bar was running up to the end during 20 sec. Heap Test generation timeout was set to 20 sec. Progress-bar was running up to the end during 20 sec. |
For testability:
|
The issue was fixed by #1151 |
Description
Test generation timeout is exceeded 15 sec approximately for every UTBot run.
To Reproduce
Expected behavior
Tests are supposed to be generated during the defined timeout of 20 sec.
Actual behavior
Tests are generation for about 30-35 sec. (on the exact PC)
Environment
Windows 10 Pro
RAM 32.0 GB
Processor Intel(R) Core(TM) i7-9700K CPU @ 3.60GHz 3.60 GHz
IntelliJ IDEA 2022.1.4
Heap memory allocated for IDEA is 2 GB
Additional context
If test generation timeout is set to 60 sec, test generation continues for 75 sec approx.
As discussed with @sergeypospelov and @Markoutte :
Summaries generation and Code generation is not taken into account.
Though currently some of them seems to take much time.
Investigation is needed.
The text was updated successfully, but these errors were encountered: