aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--syz-cluster/workflow/fuzz-step/workflow-template.yaml4
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"
]