Skip to content

Commit 7f6e62d

Browse files
authored
Merge pull request #56373 from sheriff-rh/compliance-timeout
Compliance timeout updates
2 parents 3ae8f1f + 4da49eb commit 7f6e62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/compliance-timeout.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ schedule: '0 1 * * *'
3333
timeout: '10m0s' <1>
3434
maxRetryOnTimeout: 3 <2>
3535
----
36-
<1> The `timeout` variable is defined as a duration string, such as `1h30m`. The default value is `30m`.
36+
<1> The `timeout` variable is defined as a duration string, such as `1h30m`. The default value is `30m`. To disable the timeout, set the value to `0s`.
3737
<2> The `maxRetryOnTimeout` variable defines how many times a retry is attempted. The default value is `3`.

0 commit comments

Comments
 (0)