Skip to content

Commit 78cd9b5

Browse files
authored
node prep fails because of timeout in cloud environments with network latencies
1 parent daacd0d commit 78cd9b5

File tree

1 file changed

+1
-1
lines changed
  • internal/nodeprep/packagemanager/yum

1 file changed

+1
-1
lines changed

internal/nodeprep/packagemanager/yum/yum.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const (
1919
)
2020

2121
const (
22-
defaultCommandTimeout = 10 * time.Second
22+
defaultCommandTimeout = 60 * time.Second
2323
defaultLogCommandOutput = true
2424
)
2525

0 commit comments

Comments
 (0)