From 7c9fa2d9632d4e3763021190c5b7efe3c97430bb Mon Sep 17 00:00:00 2001 From: Jing Qi Date: Thu, 26 Sep 2024 20:53:40 +0800 Subject: [PATCH] fix: increase konflux-e2e tests run time limitation (#1408) * fix: update_repo in release const.go Signed-off-by: Jing Qi * fix: increase konflux-e2e-tests time Signed-off-by: Jing Qi --------- Signed-off-by: Jing Qi --- integration-tests/pipelines/konflux-e2e-tests-pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/pipelines/konflux-e2e-tests-pipeline.yaml b/integration-tests/pipelines/konflux-e2e-tests-pipeline.yaml index be28bf76d..f5c25f1c7 100644 --- a/integration-tests/pipelines/konflux-e2e-tests-pipeline.yaml +++ b/integration-tests/pipelines/konflux-e2e-tests-pipeline.yaml @@ -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 @@ -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)" \ No newline at end of file + value: "$(tasks.test-metadata.results.git-revision)"