Skip to content

Commit

Permalink
Increase activeDeadlineSeconds
Browse files Browse the repository at this point in the history
  • Loading branch information
andreyvelich committed Oct 21, 2020
1 parent 5bb4249 commit dac8a2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/workflows/components/workflows-v1beta1.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
// command: List to pass as the container command.
buildTemplate(step_name, image, command):: {
name: step_name,
activeDeadlineSeconds: 2100,
activeDeadlineSeconds: 2400,
retryStrategy: {
limit: 3,
retryPolicy: "Always",
Expand Down

0 comments on commit dac8a2e

Please sign in to comment.