Skip to content

Commit

Permalink
conf(ci/parallel-lint-analysis): increase timeout to 30m
Browse files Browse the repository at this point in the history
  • Loading branch information
pschuele committed Jan 16, 2024
1 parent 410442b commit 83e51e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/gitlab-ci/test_jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ parallel-lint-analysis:
- if: $CI_COMMIT_TAG && $PARALLEL_LINT_ANALYSIS_STRICT == "true"
allow_failure: false
- if: $CI_COMMIT_TAG
timeout: 20m
timeout: 30m
interruptible: true

phpcs-analysis:
Expand Down

0 comments on commit 83e51e3

Please sign in to comment.