From 0f3a70306fab5890f1c430383a14d9848ba8d21f Mon Sep 17 00:00:00 2001 From: Ella Schwarz Date: Sun, 14 Feb 2021 18:33:05 -0800 Subject: [PATCH] Increased timeout to 20m --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 500b774a..46c9f156 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -112,7 +112,7 @@ commands: default: "run-tests.sh" timeout: type: string - default: "15m" + default: "20m" steps: - setup-tools: tools-version: "<< parameters.tools-version >>"