Skip to content

Commit

Permalink
increase timeout for performance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ReToCode committed Sep 6, 2023
1 parent 6b3206b commit 90610dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions prow/jobs/generated/knative/serving-main.gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1407,6 +1407,8 @@ presubmits:
- ^main$
cluster: prow-build
decorate: true
decoration_config:
timeout: 3h0m0s
name: performance-tests_serving_main
optional: true
path_alias: knative.dev/serving
Expand Down
1 change: 1 addition & 0 deletions prow/jobs_config/knative/serving.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
command: [runner.sh, ./test/presubmit-tests.sh, --run-test, "./test/e2e-auto-tls-tests.sh --istio-version latest --no-mesh"]

- name: performance-tests
timeout: 3h
types: [presubmit]
requirements: [perf]
command: [runner.sh, ./test/presubmit-tests.sh, --run-test, ./test/performance/performance-tests.sh]
Expand Down

0 comments on commit 90610dc

Please sign in to comment.