Skip to content

Commit e0a9cca

Browse files
Bump up zap timeouts for generation (#22632)
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
1 parent 6527ae3 commit e0a9cca

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/zap_templates.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ concurrency:
2525
jobs:
2626
zap_templates:
2727
name: ZAP templates generation
28-
timeout-minutes: 60
28+
timeout-minutes: 90
2929

3030
runs-on: ubuntu-20.04
3131
container:
@@ -55,7 +55,6 @@ jobs:
5555
npm rebuild canvas --update-binary
5656
npm run build-spa
5757
- name: Generate all
58-
timeout-minutes: 45
5958
run: scripts/tools/zap_regen_all.py
6059
- name: Check for uncommited changes
6160
run: |

0 commit comments

Comments
 (0)