Skip to content

Commit

Permalink
Upping zap timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored and pull[bot] committed Feb 22, 2024
1 parent 5f8744b commit 4774691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zap_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ jobs:
with:
submodules: true
- name: Setup ZAP
timeout-minutes: 5
timeout-minutes: 10
run: |
cd third_party/zap/repo/
npm ci
npm run version-stamp
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: |
Expand Down

0 comments on commit 4774691

Please sign in to comment.