diff options
| author | Aleksandr Nogikh <nogikh@google.com> | 2025-02-06 14:23:37 +0100 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-02-06 15:00:43 +0000 |
| commit | 3ee2a9fbdcf66e0e2da29bc30f040070053d9ebb (patch) | |
| tree | 4a907f503ec30bdf865051aa8007f2f59c89f4ac | |
| parent | 55e0929fab461fee7733a18f8b543f9a5d6b9f6f (diff) | |
syz-cluster: fuzz for 3 hours
2h session is too short (at least for now).
| -rw-r--r-- | syz-cluster/workflow/fuzz-step/workflow-template.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/syz-cluster/workflow/fuzz-step/workflow-template.yaml b/syz-cluster/workflow/fuzz-step/workflow-template.yaml index dbabd0202..abdb4eadc 100644 --- a/syz-cluster/workflow/fuzz-step/workflow-template.yaml +++ b/syz-cluster/workflow/fuzz-step/workflow-template.yaml @@ -21,7 +21,7 @@ spec: path: /base - name: patched-kernel path: /patched - timeout: 3h + timeout: 4h container: image: fuzz-step-local imagePullPolicy: IfNotPresent @@ -31,7 +31,7 @@ spec: "--session", "{{workflow.parameters.session-id}}", "--base_build", "{{inputs.parameters.base-build-id}}", "--patched_build", "{{inputs.parameters.patched-build-id}}", - "--time", "2h", + "--time", "3h", "--workdir", "/workdir", "--vv", "1" ] |
