UTBot cannot generate test for simple function when user sets small timeout #2410
Labels
comp-codegen
Issue is related to code generator
ctg-bug
Issue is a bug
spec-performance
Performance-related issue
Description
When user reduce
Test generation timeout
to about 10 seconds or smaller UTBot most of the time cannot generate any of the test even for one simple function no matter if Fuzzer or Symbolic engine is used.To Reproduce
Test generation timeout
to 5 secondsExpected behavior
Tests are generated, at least a positive one.
Actual behavior
Error message appears that no tests are generated.
Screenshots, logs
utbot log
Additional context
Even increasing timeout to 10second doesn't guarantee that test are generated for such simple function. For more complex cases UTBot timeout less than 10 becomes useless.
If that's not a problem we could solve, then probably we need to limit bottom boundary of timeout.
The text was updated successfully, but these errors were encountered: