Skip to content

Commit cb18b15

Browse files
Merge pull request openshift#8783 from rwsu/AGENT-862-timeout
AGENT-862: Change day-2 monitor timeout back to 90 minutes
2 parents 3075c32 + e2085e1 commit cb18b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/agent/monitoraddnodes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
)
1919

2020
var (
21-
timeout = 1 * time.Minute
21+
timeout = 90 * time.Minute
2222
)
2323

2424
const (

0 commit comments

Comments
 (0)