From 4774691aed3f5a54dca8a251679aa44413452d32 Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Wed, 26 Jan 2022 10:44:48 -0800 Subject: [PATCH] Upping zap timeouts --- .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 c05cbfbd66b691..f9b7cad6010161 100644 --- a/.github/workflows/zap_templates.yaml +++ b/.github/workflows/zap_templates.yaml @@ -41,7 +41,7 @@ jobs: with: submodules: true - name: Setup ZAP - timeout-minutes: 5 + timeout-minutes: 10 run: | cd third_party/zap/repo/ npm ci @@ -49,7 +49,7 @@ jobs: npm rebuild canvas --update-binary npm run build-spa - name: Generate all - timeout-minutes: 15 + timeout-minutes: 30 run: scripts/tools/zap_regen_all.py - name: Check for uncommited changes run: |