Merge pull request #1162 from psgreco/master-fix-fuzzer

Add more CPUs to the fuzzer test
This commit is contained in:
James Dorfman 2022-09-06 19:53:19 -04:00 committed by GitHub
commit f49e97dd47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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