Skip to content

Commit

Permalink
KSE-1786 | Increase the execution time limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbadani committed Jan 16, 2024
1 parent 26db19f commit cd59a75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .semaphore/semaphore.yml
Expand Up @@ -14,7 +14,7 @@ fail_fast:
when: "true"

execution_time_limit:
hours: 1
hours: 3

queue:
- when: "branch != 'master' and branch !~ '[0-9]+\\.[0-9]+\\.x'"
Expand Down
1 change: 1 addition & 0 deletions service.yml
Expand Up @@ -7,6 +7,7 @@ semaphore:
enable: true
pipeline_type: cp
nano_version: true
execution_time_limit: {"hours": 3}
downstream_projects: ["confluent-security-plugins", "confluent-cloud-plugins", "cc-docker-ksql"]
extra_deploy_args: '-Ddocker.skip=true'
extra_build_args: "-Dmaven.gitcommitid.nativegit=true"
Expand Down

0 comments on commit cd59a75

Please sign in to comment.