From 34803b9a6983bc5f6fcbba6f9080819a1bef72d4 Mon Sep 17 00:00:00 2001 From: Pierre Date: Fri, 28 Jan 2022 13:56:43 +0100 Subject: [PATCH] restore validation task timeout to normal --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1da6536060f..5da6b235309 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -236,7 +236,7 @@ validate_task: - yarn_validate-ci - yarn_lint-report-ci - junit - timeout_in: 360m + timeout_in: 90m gke_container: <<: *GKE_CONTAINER_TEMPLATE cpu: 7.5 -- 2.39.5