Skip to content

Commit 4da49eb

Browse files
committed
Compliance timeout updates
1 parent b6c3cb2 commit 4da49eb

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)