Skip to content

Commit fa397a6

Browse files
author
MarcoFalke
committed
ci: Bump cirrus fuzz CPUs to avoid timeout
1 parent 91db985 commit fa397a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cirrus.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,11 @@ task:
156156
<< : *GLOBAL_TASK_TEMPLATE
157157
container:
158158
image: ubuntu:focal
159+
cpu: 4 # Increase CPU and memory to avoid timeout
160+
memory: 16G
159161
env:
160162
<< : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV
163+
MAKEJOBS: "-j8"
161164
FILE_ENV: "./ci/test/00_setup_env_native_fuzz.sh"
162165

163166
task:

0 commit comments

Comments
 (0)