Skip to content

Commit

Permalink
Merge pull request #13 from SumoLogic/update_timeout_default_value
Browse files Browse the repository at this point in the history
Update workflow-collector.yml
  • Loading branch information
JKashyap96 authored Oct 18, 2023
2 parents a49ecf7 + f1908dc commit f3d3480
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/examples/workflow-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ usage:
build-test-and-deploy:
jobs:
- sumologic/workflow-collector:
timeout-seconds: 600 # You can change or omit this, defaults to 600.
timeout-seconds: 180 # You can change or omit this, defaults to 180.
custom-data: |
{"foo": "bar", "$SOME_KEY_VAR": "$SOME_VALUE_VAR"}
- build
Expand Down
4 changes: 2 additions & 2 deletions src/jobs/workflow-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ parameters:
description: A valid JSON object to append to the workflow data.
type: string
timeout-seconds:
default: 600
default: 180
description: |
Defauls to 600 seconds (10 minutes). An upper bound in seconds after which the job will end. This is a mitigation to the potential infinite
Defauls to 180 seconds (3 minutes). An upper bound in seconds after which the job will end. This is a mitigation to the potential infinite
monitoring loop if something weird on CircleCI's end happens. Though unlikely to happen - this catch all
will ensure unnecessary credits aren't consumed.
type: integer
Expand Down

0 comments on commit f3d3480

Please sign in to comment.