From c2c9e1f696f50aeb4a88c87542d4644a7829a6d5 Mon Sep 17 00:00:00 2001 From: Robert Czechowski Date: Thu, 24 Aug 2023 19:22:33 +0200 Subject: [PATCH] Selffuzz: Reduce fuzzing timeout to 5 minutes --- selffuzz/cifuzz.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selffuzz/cifuzz.yaml b/selffuzz/cifuzz.yaml index 95f3af76f..8d19f1073 100644 --- a/selffuzz/cifuzz.yaml +++ b/selffuzz/cifuzz.yaml @@ -40,7 +40,7 @@ engine-args: - --experimental_mutator ## Maximum time to run fuzz tests. The default is to run indefinitely. -#timeout: 30m +timeout: 5m ## By default, fuzz tests are executed in a sandbox to prevent accidental ## damage to the system. Set to false to run fuzz tests unsandboxed.