Skip to content
Snippets Groups Projects
Commit 4a79ac2b authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

[TIMEOUT] Increase timeout on notify/changelog job

* Increase the timeout to 4h because of increased overload on CI/CD
pipeline
parent d710ecdb
No related branches found
No related tags found
No related merge requests found
......@@ -347,6 +347,7 @@ retrigger:
changelog:
stage: changelog
extends: .infrastructure
timeout: 4h
tags:
- send_notify
allow_failure: true
......@@ -375,6 +376,7 @@ changelog:
notify:
stage: notify
timeout: 4h
image:
name: mcr.microsoft.com/azure-cli
entrypoint: [""]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment