Skip to content

Commit b446449

Browse files
committed
Improve fuzzing process for generics: decree MINIMAL_TIMEOUT_FOR_SUBSTITUTION
1 parent 63e4282 commit b446449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utbot-python/src/main/kotlin/org/utbot/python/engine/fuzzing/FuzzingEngine.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ import kotlin.random.Random
8080

8181
private val logger = KotlinLogging.logger {}
8282
private const val RANDOM_TYPE_FREQUENCY = 6
83-
private const val MINIMAL_TIMEOUT_FOR_SUBSTITUTION = 7_000 // ms
83+
private const val MINIMAL_TIMEOUT_FOR_SUBSTITUTION = 4_000 // ms
8484

8585
class FuzzingEngine(
8686
val method: PythonMethod,

0 commit comments

Comments
 (0)