Skip to content
Snippets Groups Projects
Commit 31e5a427 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

CI: package: Increase timeout to 90

We had timeouts during the upload of the artifacts
so I increase it to 90 minutes.
parent 23680f48
No related branches found
No related tags found
1 merge request!261CI: package: Increase timeout to 90
Pipeline #65260 passed with stage
in 32 minutes and 58 seconds
...@@ -189,7 +189,7 @@ workflow: ...@@ -189,7 +189,7 @@ workflow:
- release/**/**/* - release/**/**/*
reports: reports:
dotenv: package.env dotenv: package.env
timeout: 60m timeout: 90m
before_script: before_script:
# We do this manually since we do not use GitLab's default artifact downloader # We do this manually since we do not use GitLab's default artifact downloader
- source build.env - source build.env
......
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