Skip to content

Commit

Permalink
fix: increase konflux-e2e tests run time limitation (#1408)
Browse files Browse the repository at this point in the history
* fix: update_repo in release const.go

Signed-off-by: Jing Qi <[email protected]>

* fix: increase konflux-e2e-tests time

Signed-off-by: Jing Qi <[email protected]>

---------

Signed-off-by: Jing Qi <[email protected]>
  • Loading branch information
jinqi7 authored Sep 26, 2024
1 parent 1a2e878 commit 7c9fa2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/pipelines/konflux-e2e-tests-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ spec:
- name: cloud-credential-key
value: "$(params.cloud-credential-key)"
- name: konflux-e2e-tests
timeout: 2h
timeout: 3h
when:
- input: "$(tasks.test-metadata.results.test-event-type)"
operator: in
Expand Down Expand Up @@ -250,4 +250,4 @@ spec:
- name: git-org
value: "$(tasks.test-metadata.results.git-org)"
- name: git-revision
value: "$(tasks.test-metadata.results.git-revision)"
value: "$(tasks.test-metadata.results.git-revision)"

0 comments on commit 7c9fa2d

Please sign in to comment.