From c66363bdc6fbe387f6dea78c2cecb71f97245eac Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: Mon, 5 Sep 2022 19:38:11 +0000 Subject: [PATCH] Add more CPUs to the fuzzer test --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 48c1471121..dd94f725fb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -159,7 +159,7 @@ task: << : *GLOBAL_TASK_TEMPLATE container: image: ubuntu:focal - cpu: 4 # Increase CPU and memory to avoid timeout + cpu: 8 # Increase CPU and memory to avoid timeout memory: 16G env: << : *CIRRUS_EPHEMERAL_WORKER_TEMPLATE_ENV