mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 04:18:07 +00:00
increase libfuzzer integration test -runs (#1081)
This commit is contained in:
@ -102,7 +102,7 @@ TARGETS: Dict[str, Integration] = {
|
|||||||
ContainerType.inputs: 2,
|
ContainerType.inputs: 2,
|
||||||
},
|
},
|
||||||
reboot_after_setup=True,
|
reboot_after_setup=True,
|
||||||
target_options=["-runs=1000"],
|
target_options=["-runs=10000000"],
|
||||||
),
|
),
|
||||||
"linux-libfuzzer-dlopen": Integration(
|
"linux-libfuzzer-dlopen": Integration(
|
||||||
template=TemplateType.libfuzzer,
|
template=TemplateType.libfuzzer,
|
||||||
|
Reference in New Issue
Block a user