Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demisto lock description fix and increase default timeout #1849

Merged
merged 4 commits into from
Jul 24, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions Integrations/integration-DemistoLocking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ detaileddescription: "The Demisto Locking integration allows prevention of concu
execution of scripts or commands, using a wait-lock-release flow (mutex). \nUse
the lock name argument to support multiple locks in different flows."
configuration:
- display: Default timeout (minutes) for wait on locks to be released
- display: Default timeout (seconds) for wait on locks to be released
name: timeout
defaultvalue: "60"
defaultvalue: "600"
type: 0
required: true
script:
Expand Down Expand Up @@ -130,8 +130,8 @@ script:
- name: info
description: Additional information to provide for the lock instance
- name: timeout
description: Timeout (minutes) for wait on lock to be freed
defaultValue: "60"
description: Timeout (seconds) for wait on lock to be freed
defaultValue: "600"
description: Get a lock. If the lock is already in use - will wait until it is
released or until timeout is reached
- name: demisto-lock-release
Expand All @@ -151,3 +151,4 @@ script:
arguments: []
description: Release all locks
runonce: false
releaseNotes: "Increase default timeout to 600 seconds"