Skip to content

Commit

Permalink
Increase serving test timeouts (knative#582)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericKlawitter authored and knative-prow-robot committed Mar 20, 2019
1 parent 1697c4c commit 91c8ce0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/prow/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1419,7 +1419,7 @@ presubmits:
secret:
secretName: covbot-token
periodics:
- cron: "1 * * * *"
- cron: "1 */2 * * *"
name: ci-knative-serving-continuous
agent: kubernetes
spec:
Expand All @@ -1434,7 +1434,7 @@ periodics:
- "--root=/go/src"
- "--service-account=/etc/test-account/service-account.json"
- "--upload=gs://knative-prow/logs"
- "--timeout=55" # Avoid overrun
- "--timeout=100" # Avoid overrun
- "--" # end bootstrap args, scenario args below
- "--" # end kubernetes_execute_bazel flags (consider following flags as text)
- "./test/presubmit-tests.sh"
Expand Down
4 changes: 2 additions & 2 deletions ci/prow/config_knative.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ presubmits:
periodics:
knative/serving:
- continuous: true
cron: "1 * * * *" # Run every other hour and one minute
timeout: 55
cron: "1 */2 * * *" # Run every other hour and one minute
timeout: 100
- branch-ci: true
release: "0.2"
cron: "15 8 * * *" # Run at 01:15PST every day (08:15 UTC)
Expand Down

0 comments on commit 91c8ce0

Please sign in to comment.