Skip to content

Commit

Permalink
Bump up zap timeouts (#12215)
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 authored and pull[bot] committed Nov 28, 2021
1 parent 3c4f266 commit 1054396
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 @@ -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'
Expand All @@ -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: |
Expand Down

0 comments on commit 1054396

Please sign in to comment.