Skip to content

Commit 1425e9e

Browse files
backport of commit d9d98c0 (#27785)
Co-authored-by: tehut <tehut.m.g@gmail.com>
1 parent 436c4e1 commit 1425e9e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.changelog/27779.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:improvement
2+
secrets: increase secrets plugin execution timeout to 60s
3+
```

client/commonplugins/secrets_plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const (
2121
SecretsPluginDir = "secrets"
2222

2323
// The timeout for the plugin command before it is send SIGTERM
24-
SecretsCmdTimeout = 10 * time.Second
24+
SecretsCmdTimeout = 60 * time.Second
2525

2626
// The timeout before the command is sent SIGKILL after being SIGTERM'd
2727
SecretsKillTimeout = 2 * time.Second

0 commit comments

Comments
 (0)