From 52093d53cb0ed8962c2d66fa3b78ff570f0f9293 Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Thu, 14 Jan 2021 07:56:44 -0800 Subject: [PATCH] Try to avoid build timeout for Ante -_- --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index f30822e..bf622c9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,6 +13,7 @@ jobs: build_and_deploy: machine: image: ubuntu-2004:202010-01 + resource_class: large steps: - checkout - run: tools/ci-bootstrap.bash