You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/compliance-timeout.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,5 +33,5 @@ schedule: '0 1 * * *'
33
33
timeout: '10m0s' <1>
34
34
maxRetryOnTimeout: 3 <2>
35
35
----
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`.
37
37
<2> The `maxRetryOnTimeout` variable defines how many times a retry is attempted. The default value is `3`.
0 commit comments