timeout parameter related changes re IDETECT-5074#1715
Merged
Conversation
remove this change imported from another PR (Will get covered under that PR)
dterrybd
reviewed
Apr 7, 2026
|
|
||
| ## Exceeding configured timeouts | ||
|
|
||
| - When `--detect.waiting.for.results` or `--detect.timeout CLI arguments` parameters are specified for [detect_product_short] the variable nature of scan completion times may cause [detect_product_short] to indicate a timeout. Scan completion time is influenced by the size of the scanned code base and the extent of conncurrent load on [bd_product_short]. Should no other [detect_product_short] scan exceptions be indicated, [detect_product_short] timeout may not indicate a scan failure. Users can continue to monitor the scan within [bd_product_short] itself after [detect_product_short] stops waiting for results. |
Contributor
There was a problem hiding this comment.
Believe this should be detect.wait.for.results
dterrybd
approved these changes
Apr 7, 2026
karolynbd
approved these changes
Apr 7, 2026
fix typo
shantyk
reviewed
Apr 15, 2026
|
|
||
| ## Exceeding configured timeouts | ||
|
|
||
| - When `--detect.wait.for.results` or `--detect.timeout CLI arguments` parameters are specified for [detect_product_short] the variable nature of scan completion times may cause [detect_product_short] to indicate a timeout. Scan completion time is influenced by the size of the scanned code base and the extent of concurrent load on [bd_product_short]. Should no other [detect_product_short] scan exceptions be indicated, [detect_product_short] timeout may not indicate a scan failure. Users can continue to monitor the scan within [bd_product_short] itself after [detect_product_short] stops waiting for results. |
Contributor
There was a problem hiding this comment.
"When --detect.wait.for.results or --detect.timeout CLI arguments parameters are specified for Detect the variable nature of scan completion times may cause Detect to indicate a timeout."
Nit but do we want a command after the first "Detect"?
shantyk
approved these changes
Apr 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Timeout parameter related changes re IDETECT-5074
Update detect.timeout parameter to appear in Basic + All Properties pages
Add troubleshooting note.