From b12fa04dbb29d43bcd9ef897925ca3dea9eb1d51 Mon Sep 17 00:00:00 2001 From: Ella Schwarz Date: Thu, 18 Feb 2021 19:40:04 -0800 Subject: [PATCH] Updated docker image --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b3293e8d7c..7dcbc80957 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ parameters: executors: main-env: docker: - - image: ucbbar/chipyard-ci-image:84cfc73 + - image: ucbbar/chipyard-ci-image:9c650dea environment: JVM_OPTS: -Xmx3200m # Customize the JVM maximum heap limit @@ -112,7 +112,7 @@ commands: default: "run-tests.sh" timeout: type: string - default: "20m" + default: "25m" steps: - setup-tools: tools-version: "<< parameters.tools-version >>"