Multiple time out tests are generated by fuzzer #2595
Labels
comp-fuzzing
Issue is related to the fuzzing
comp-instrumented-process
Issue is related to Instrumented process
ctg-bug
Issue is a bug
spec-regression
Regression
Description
Since #2583 fuzzer is able to construct quite complex arguments for method under test, that can take quite some time to actually create, while instrumnted-process marks executions as timed out even if the thing that actually timed out is the argument creation prior to method under test invocation.
To Reproduce
100%
for the following methodExpected behavior
Two successful test and no time out test.
Actual behavior
Two successful test and 10 time out test.
Visual proofs
The text was updated successfully, but these errors were encountered: