From 1054396fc2668522a69d265af6895381affbc207 Mon Sep 17 00:00:00 2001 From: Andrei Litvin Date: Wed, 24 Nov 2021 12:53:17 -0500 Subject: [PATCH] Bump up zap timeouts (#12215) --- .github/workflows/zap_templates.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/zap_templates.yaml b/.github/workflows/zap_templates.yaml index 008d696457df00..66e0890624e8e7 100644 --- a/.github/workflows/zap_templates.yaml +++ b/.github/workflows/zap_templates.yaml @@ -39,7 +39,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: '14.x' - - name: Use Java + - name: Use Java uses: actions/setup-java@v2 with: distribution: 'zulu' @@ -56,7 +56,7 @@ jobs: npm rebuild canvas --update-binary npm run build-spa - name: Generate all - timeout-minutes: 5 + timeout-minutes: 15 run: scripts/tools/zap_regen_all.py - name: Check for uncommited changes run: |